41 lines
328 B
Plaintext
41 lines
328 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# CI/CD
|
|
.github
|
|
.gitlab-ci.yml
|
|
|
|
# Documentation
|
|
*.md
|
|
README*
|
|
|
|
# Scripts
|
|
bin/
|
|
*.bat
|
|
*.sh |