Initial commit
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# IDE/Editor specific files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.vssscc
|
||||
.DS_Store
|
||||
|
||||
# Dependency Manager (Composer)
|
||||
/vendor/
|
||||
composer.phar
|
||||
|
||||
# Environment variables and sensitive files
|
||||
.env
|
||||
.env.local
|
||||
.env.*.php
|
||||
secrets.php
|
||||
|
||||
# Temporary files and logs
|
||||
/tmp/
|
||||
/log/
|
||||
*.log
|
||||
*.tmp
|
||||
*.cache
|
||||
*.session
|
||||
|
||||
# Built assets (if applicable)
|
||||
/public/build/
|
||||
/public/storage/
|
||||
|
||||
# PHP-specific ignores
|
||||
/web/cache/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user