Feat: Fügt eine .gitignore hinzu

This commit is contained in:
DragonSlayer_14 2025-03-03 20:21:17 +01:00
parent b060d846bd
commit bca4c0832d

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
# Ignore macOS system files
.DS_Store
# Ignore swap files created by editors
*.swp
*.swo
# Ignore temporary bash script files
*.tmp
*.bak
# Ignore log files
*.log
# Ignore compiled binary files
*.out
*.o
# Ignore user settings files
*.env
*.conf
# Ignore core dumps
core
# Ignore backup files created by editors
*~
# Ignore directories
/temp/
.cache/
.logs/
.fleet