Skip to content

Commit

Permalink
Merge pull request #544 from nquinlan/nq-gitignore
Browse files Browse the repository at this point in the history
style: strengthened gitignore
  • Loading branch information
xidedix authored Aug 27, 2020
2 parents 6be52b5 + 2e9b861 commit 35c4468
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/.idea
node_modules
dist
.DS_Store

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# eslint cache
.eslintcache
Binary file removed src/.DS_Store
Binary file not shown.
Binary file removed src/assets/.DS_Store
Binary file not shown.
Binary file removed src/assets/brand/.DS_Store
Binary file not shown.

0 comments on commit 35c4468

Please sign in to comment.