15 lines
214 B
Plaintext
Executable File
15 lines
214 B
Plaintext
Executable File
# Environment variables (DO NOT COMMIT)
|
|
.env
|
|
|
|
# Node dependencies
|
|
node_modules/
|
|
|
|
# Build output (if using a bundler or React later)
|
|
dist/
|
|
build/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|