LaunchWrapper/.gitignore
2023-08-06 20:02:48 +03:00

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/