Skip to content

Commit

Permalink
1) Added git ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobSpectre committed May 24, 2020
0 parents commit f24bcf7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.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*

0 comments on commit f24bcf7

Please sign in to comment.