Skip to content

Commit

Permalink
feat(git): add ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Dec 18, 2019
1 parent 7d9108a commit 441a0c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,6 @@ typings/
.next
.vscode

dist/
dist/

.history
13 changes: 13 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
.history
.dockerignore
.DS_Store
.gitignore
.nyc_output
.prettierignore
.prettierrc
coverage
dist
node_modules
npm-ci-publish-beta-only.sh
npm-ci-publish.sh

0 comments on commit 441a0c8

Please sign in to comment.