Skip to content

Commit

Permalink
fix: Update gitignore (#12)
Browse files Browse the repository at this point in the history
Copy .gitignore from the ESDK JS
  • Loading branch information
seebees committed Nov 13, 2019
1 parent 9633fa4 commit 7fe3a6e
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions .gitignore
@@ -1,4 +1,25 @@
/node_modules
/package-lock.json
# Vim swap files
*~
*.swp
*.swo

# OS Artifacts
.DS_Store

# Artifacts
build
node_modules
package-lock.json
package.json.decrypt

# VSCode
.vscode
.history

# nyc/code coverage
.nyc_output
.karma_output
coverage

# Lerna
/lerna-debug.log
/.DS_Store

0 comments on commit 7fe3a6e

Please sign in to comment.