Update .gitignore to exclude specific files

This commit is contained in:
ISA
2024-04-15 13:57:30 +02:00
parent b07322e49f
commit 06ca0b1ab1
6 changed files with 26 additions and 20 deletions

15
.gitignore vendored
View File

@@ -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