Update .gitignore
This commit is contained in:
+18
-2
@@ -1,2 +1,18 @@
|
|||||||
node_modules
|
# Ignore node_modules directory
|
||||||
.vs
|
node_modules/
|
||||||
|
|
||||||
|
# Ignore build artifacts
|
||||||
|
dist/
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# Ignore environment-specific settings
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Ignore local environment files
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
# Keep the .env file
|
||||||
|
!.env
|
||||||
|
|||||||
Reference in New Issue
Block a user