express-template/.gitignore

18 lines
218 B
Plaintext
Raw Normal View History

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2024-02-20 22:52:04 -06:00
# dependencies
node_modules
2024-02-20 22:52:04 -06:00
# build
2024-02-20 22:52:04 -06:00
dist
# Logs
logs
*.log
npm-debug.log*
2024-02-20 22:52:04 -06:00
# lockfile
package-lock.json
yarn.lock
pnpm-lock.yaml