Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow
This commit is contained in:
25
templates/gradle.gitignore
Normal file
25
templates/gradle.gitignore
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# Gradle
|
||||||
|
.gradle/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Properties
|
||||||
|
*.properties
|
||||||
Reference in New Issue
Block a user