mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-05 20:26:43 +02:00
28 lines
318 B
Plaintext
28 lines
318 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
|