mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-13 01:15:10 +01:00
31 lines
355 B
Plaintext
31 lines
355 B
Plaintext
# build output
|
|
dist
|
|
|
|
# dependencies
|
|
node_modules/
|
|
.snowpack/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
# vscode settings and dictionaries
|
|
.vscode
|
|
|
|
# webstorm settings and dictionaries
|
|
.idea
|
|
|
|
# package lock
|
|
#package-lock.json
|
|
.astro/settings.json
|
|
/.astro
|
|
*.lock
|