gdxapp4d/.gitignore

53 lines
634 B
Plaintext
Raw Normal View History

2022-01-28 08:52:20 +00:00
#
2022-02-07 00:29:03 +00:00
# Ignore files in the GDXApp⁴ᴰ project.
2022-01-28 08:52:20 +00:00
#
2022-02-05 16:00:03 +00:00
# Ignore project resources
2022-03-26 22:42:48 +00:00
gdxapp4d-boot-desktop/warpcore.xml
gdxapp4d-boot-desktop/etc
2024-03-04 23:13:00 +00:00
gdxapp4d-boot-desktop/Warpship/etc
2022-02-05 16:00:03 +00:00
2022-02-26 01:45:20 +00:00
# Ignore maven resources
target
2022-01-28 08:52:20 +00:00
# Ignore npm resources
node_modules
2022-01-28 08:52:20 +00:00
# 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