Skip to content

Commit

Permalink
chore(git): add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Mar 11, 2020
1 parent 789faa3 commit bc704b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
@@ -0,0 +1,13 @@
.idea/
.vscode/

# Files that help ensure VSCode can work but we don't want checked into the repo
node_modules
tsconfig.json
package.json
package-lock.json
yarn.lock

# MacOS generated files
.DS_Store
.DS_Store?

0 comments on commit bc704b4

Please sign in to comment.