Compilerbau2024AbsolutNicht.../.gitignore

37 lines
433 B
Plaintext
Raw Permalink Normal View History

2024-04-24 12:58:17 +00:00
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
2024-07-04 19:52:34 +00:00
/personalNotes/
2024-04-24 12:08:32 +00:00
2024-04-24 12:58:17 +00:00
### IntelliJ IDEA ###
2024-04-24 13:26:54 +00:00
.idea
2024-04-24 12:58:17 +00:00
*.iws
*.iml
*.ipr
2024-04-24 12:08:32 +00:00
2024-04-24 12:58:17 +00:00
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
2024-04-24 12:08:32 +00:00
2024-04-24 12:58:17 +00:00
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
2024-04-24 12:08:32 +00:00
2024-04-24 12:58:17 +00:00
### VS Code ###
.vscode/
2024-04-24 12:08:32 +00:00
2024-04-24 12:58:17 +00:00
### Mac OS ###
2024-07-04 19:52:34 +00:00
.DS_Store