Files
FACULTATE-LICENTA/.gitignore
T
2024-10-29 15:07:26 +02:00

20 lines
262 B
Plaintext

# Ignore node_modules directory
node_modules/
# Ignore build artifacts
dist/
.idea
out/
json_files/
# Ignore environment-specific settings
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Ignore local environment files
.env.*
# Keep the .env file
!.env