Add template files for languages, frameworks, IDEs, OS, and tools
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
20
src/templates/frameworks/spring.gitignore
Normal file
20
src/templates/frameworks/spring.gitignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# Spring
|
||||
/target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# Gradle
|
||||
.gradle/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.project
|
||||
.classpath
|
||||
.settings/
|
||||
.vscode/
|
||||
|
||||
# Misc
|
||||
*.log
|
||||
*.xml
|
||||
Reference in New Issue
Block a user