1
1
mirror of https://github.com/Lissy93/dashy.git synced 2024-12-26 02:14:27 +03:00
dashy/.gitignore

22 lines
214 B
Plaintext
Raw Normal View History

2019-07-19 17:07:26 +03:00
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?