Initial commit
This commit is contained in:
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
# Environment and secrets
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
vendor/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
dist-ssr/
|
||||
public/build
|
||||
public/hot
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
# Logs and cache
|
||||
*.log
|
||||
npm-debug.log*
|
||||
.phpunit.result.cache
|
||||
.phpunit.cache
|
||||
|
||||
# Laravel / API specific
|
||||
api/storage/*.key
|
||||
api/storage/pail
|
||||
api/public/storage
|
||||
api/auth.json
|
||||
Reference in New Issue
Block a user