Skip to content

Commit

Permalink
feat: add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Oct 6, 2023
1 parent dfee6ed commit 2e1cb7e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
lib/
apps/web/public/*.js
apps/web/public/*.js.map

### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Node.gitignore

Expand Down
3 changes: 3 additions & 0 deletions apps/web/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test-results/
public/*.js
public/*.js.map
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"test": "npm run test --workspaces"
},
"devDependencies": {
"@9renpoto/eslint-config-typescript": "^7.6.0",
"@9renpoto/stylelint-config": "^7.7.2",
"@9renpoto/tsconfig": "^7.6.0",
"@9renpoto/eslint-config-typescript": "^7.0.0",
"@9renpoto/stylelint-config": "^7.0.0",
"@9renpoto/tsconfig": "^7.0.0",
"@types/rosie": "^0.0.43",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lib/
storybook-static/

0 comments on commit 2e1cb7e

Please sign in to comment.