Update .gitignore

This commit is contained in:
Len 2023-12-30 09:55:22 +01:00
parent 50774a93de
commit e0579c9698

47
.gitignore vendored
View File

@ -1,3 +1,48 @@
#
.idea
.gradle/
# Eclipse stuff
.classpath
.project
.settings/
# VSCode stuff
.vscode/
# netbeans
nbproject/
nbactions.xml
# we use maven!
build.xml
# maven
target/
.idea/
dependency-reduced-pom.xml
# vim
.*.sw[a-p]
# various other potential build files
build/
bin/
dist/
manifest.mf
# Mac filesystem dust
.DS_Store/
.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
out/
# Linux temp files
*~
!gradle/wrapper/gradle-wrapper.jar