Easter cleaning git

This commit is contained in:
Willem Cazander 2025-04-27 00:09:28 +02:00
commit d0529bfadf
500 changed files with 116670 additions and 0 deletions

52
.gitignore vendored Normal file
View file

@ -0,0 +1,52 @@
#
# Ignore files in the GDXApp⁴ᴰ project.
#
# Ignore project resources
gdxapp4d-boot-desktop/warpcore.xml
gdxapp4d-boot-desktop/etc
gdxapp4d-boot-desktop/Warpship/etc
# Ignore maven resources
target
# Ignore npm resources
node_modules
# 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