Feat: Fügt eine .gitignore hinzu
This commit is contained in:
parent
b060d846bd
commit
bca4c0832d
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user