Update .gitignore to exclude specific files
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -12,4 +12,17 @@
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Cache files
|
||||
.next/cache/webpack/*.gz
|
||||
|
||||
# Ignoring trace files
|
||||
trace
|
||||
|
||||
# Webpack cache files
|
||||
.next/cache/webpack/client-development/*.gz
|
||||
.next/cache/webpack/server-development/*.gz
|
||||
|
||||
# Ignore specific Next.js build files
|
||||
pages-manifest.json
|
||||
|
||||
Reference in New Issue
Block a user