first commit
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# Sensible Dateien und Verzeichnisse
|
||||
config.php
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
|
||||
# Backup-Dateien
|
||||
*.bak
|
||||
*.backup
|
||||
*.old
|
||||
*.orig
|
||||
*.save
|
||||
*.swp
|
||||
*.tmp
|
||||
|
||||
# IDE-spezifisch
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Betriebssystem
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# PHP
|
||||
vendor/
|
||||
composer.phar
|
||||
composer.lock
|
||||
|
||||
# Test-Dateien
|
||||
test-*.php
|
||||
/forms/test-*.php
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
error_log
|
||||
|
||||
# Temporary files
|
||||
tmp/
|
||||
temp/
|
||||
cache/
|
||||
Reference in New Issue
Block a user