080602
This commit is contained in:
48
.gitignore
vendored
48
.gitignore
vendored
@@ -21,6 +21,54 @@ pnpm-debug.log*
|
|||||||
# environment variables
|
# environment variables
|
||||||
.env
|
.env
|
||||||
.env.production
|
.env.production
|
||||||
|
.env.local
|
||||||
|
.env.development
|
||||||
|
|
||||||
# macOS-specific files
|
# macOS-specific files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
|
|
||||||
|
# Testing
|
||||||
|
coverage/
|
||||||
|
.nyc_output/
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
.temp/
|
||||||
|
tmp/
|
||||||
|
temp/
|
||||||
|
|
||||||
|
# Optional: Dependency directories
|
||||||
|
jspm_packages/
|
||||||
|
bower_components/
|
||||||
|
|
||||||
|
# Optional: Cache directories
|
||||||
|
.npm/
|
||||||
|
.eslintcache
|
||||||
|
.stylelintcache
|
||||||
|
|
||||||
|
# Production build files
|
||||||
|
build/
|
||||||
|
public/dist/
|
||||||
|
public/build/
|
||||||
|
|
||||||
|
# Optional: Local SSL certificates
|
||||||
|
*.pem
|
||||||
|
*.cert
|
||||||
|
*.key
|
||||||
|
|
||||||
|
# Optional: CDN caches
|
||||||
|
.cdn/
|
||||||
|
|||||||
Reference in New Issue
Block a user