Update .gitignore

This commit is contained in:
Cerbu Andrei Mihnea
2024-10-21 18:33:01 +03:00
committed by GitHub
parent 4a12d5affb
commit 4157ca9e7d
+18 -2
View File
@@ -1,2 +1,18 @@
node_modules
.vs
# Ignore node_modules directory
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