flupke_website/.gitignore

25 lines
271 B
Plaintext
Raw Permalink Normal View History

2023-11-13 17:16:39 +00:00
node_modules/
/target/
.DS_Store
package-lock.json
coverage/
.nyc_output/
.cache/
.parcel-cache/
dist/
lib/
.vscode/
.idea/
*.min.js
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
tmp
parcel-bundle-reports/
.verdaccio_storage/
2024-01-16 12:58:32 +00:00
sourcemap-info.json
.env