gdxapp4d/.gitignore
2022-02-07 01:29:03 +01:00

51 lines
557 B
Plaintext

#
# Ignore files in the GDXApp⁴ᴰ project.
#
# Ignore project resources
main-gdxapp-desktop/warpcore.xml
# Ignore gradle resources
bin
build
.gitignore
.gradle
# Ignore binary files and formats
*.o
*.class
*.old
*.log
*.bak
*.backup
*.dat
*.data
*.gif
*.bmp
*.pdf
*.doc
*.zip
*.gz
*.db
*.ini
# Ignore ~ backup files.
*~
# Ignore some eclipse files
.settings
.classpath
.project
# Ignore netbeans directory
nbproject
# Ignore mac finder files
.DS_Store
# Ignore windows files.
# none (done by .db and .ini)
# Ignore kde dolphin files
.directory