32 lines
264 B
Text
32 lines
264 B
Text
# Eclipse stuff
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
.vscode/
|
|
|
|
# netbeans
|
|
nbproject
|
|
|
|
# gradle
|
|
.gradle/
|
|
|
|
# vim
|
|
.*.sw[a-p]
|
|
|
|
# various other potential build files
|
|
/build/
|
|
/out
|
|
|
|
# Mac filesystem dust
|
|
.DS_Store
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# generated
|
|
/repo/
|
|
/bin/
|