Update .gitignore configuration
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -33,11 +33,30 @@ yarn-error.log*
|
|||||||
# vercel
|
# vercel
|
||||||
.vercel
|
.vercel
|
||||||
|
|
||||||
# logs - allow only specific folders
|
# logs
|
||||||
/logs
|
logs/
|
||||||
|
**/logs/
|
||||||
|
*.log
|
||||||
|
**/*.log
|
||||||
|
log/
|
||||||
|
**/log/
|
||||||
|
|
||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|
||||||
certificates
|
# certificates
|
||||||
|
certificates/
|
||||||
|
**/certificates/
|
||||||
|
*.cert
|
||||||
|
*.key
|
||||||
|
*.pem
|
||||||
|
|
||||||
|
# IDE and editor files
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*.swn
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
Reference in New Issue
Block a user