Skip to content

Commit

Permalink
chore: restore gitignore and prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 27, 2024
1 parent 60536ec commit f034b33
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
node_modules
build
coverage
test/__app
.DS_STORE
.nyc_output
.idea
.vscode/
*.sublime-project
*.sublime-workspace
*.log
build
dist
shrinkwrap.yaml
6 changes: 5 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
build
docs
coverage
*.md
config.json
.eslintrc.json
package.json
*.html
*.txt

0 comments on commit f034b33

Please sign in to comment.