9
0
mirror of https://github.com/Dreeam-qwq/Gale.git synced 2025-12-24 17:29:13 +00:00
Files
Gale/.gitignore
MartijnMuijsers c0037f3ffb Initial commit
2022-11-24 21:12:37 +01:00

54 lines
472 B
Plaintext

.gradle/
build/
# Eclipse stuff
.classpath
.project
.settings/
# VSCode stuff
.vscode/
# netbeans
nbproject/
nbactions.xml
# we use maven!
build.xml
# maven
target/
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
*~
# other stuff
run/
gale-server
gale-api
!gradle/wrapper/gradle-wrapper.jar