storj/web/satellite/.gitignore
Nikolay Yurchenko 8d81617481 Satellite frontend initial (#515)
* initial frontend arch satellite account

* V3-500 register page
2018-11-05 17:26:18 +02:00

25 lines
236 B
Plaintext

.DS_Store
node_modules
dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Allow images
!*.svg
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*