PopcornPing / frontend /.gitignore
Yash Goyal
Correction
2070fe3
raw
history blame contribute delete
358 Bytes
# Dependencies
/node_modules
/jspm_packages/
# Production Build Artifacts
/dist/
/build/
/out/
# Environments and Credentials
# Environment variables file is often used for secrets and configuration
.env
.env.*
# For example: .env.development, .env.production
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS generated files
.DS_Store
Thumbs.db