gitignore

This commit is contained in:
Christoph J. Scherr 2023-04-21 15:12:42 +02:00
parent 1270b2b8dd
commit 1d9364d654
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
2 changed files with 29 additions and 3 deletions

29
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store

View File

@ -1,3 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml