9
0

update .gitignore

This commit is contained in:
Norbert Wahl 2025-02-14 16:53:53 +01:00
parent 4cdb340ca0
commit 5bbcb07a23

25
.gitignore vendored
View File

@ -0,0 +1,25 @@
# ignore common tempfiles
*~
# Folder view configuration files
.DS_Store
Desktop.ini
# Thumbnail cache files
._*
Thumbs.db
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# android studio
*.iml
.idea/
/javadoc
/javadoc-*
# gradle
.gradle/
**/build/
local.properties