gdxapp4d/.gitignore

51 lines
553 B
Plaintext
Raw Normal View History

2022-01-28 08:52:20 +00:00
#
# Ignore files in the demo4D project.
#
2022-02-05 16:00:03 +00:00
# Ignore project resources
demo4d-gdxapp-desktop/warpcore.xml
# Ignore gradle resources
bin
build
.gitignore
2022-01-28 08:52:20 +00:00
.gradle
# Ignore binary files and formats
*.o
*.class
*.old
2022-02-03 00:08:00 +00:00
*.log
2022-01-28 08:52:20 +00:00
*.bak
*.backup
*.dat
*.data
*.gif
*.bmp
*.pdf
*.doc
*.zip
*.gz
*.db
*.ini
# Ignore ~ backup files.
*~
# Ignore some eclipse files
.settings
.classpath
.project
2022-01-28 08:52:20 +00:00
# Ignore netbeans directory
nbproject
# Ignore mac finder files
.DS_Store
# Ignore windows files.
# none (done by .db and .ini)
# Ignore kde dolphin files
.directory