Skip to content

Commit

Permalink
update ignorefiles, remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Aug 29, 2022
1 parent 8d44c58 commit afad6b7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# shared by build and client
REACT_APP_ROUTER=file

REACT_APP_HAT_BADGE=DEV
Expand Down
1 change: 0 additions & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# shared by build and client
REACT_APP_ROUTER=id

REACT_APP_HAT_BADGE=DEV
Expand Down
4 changes: 0 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/node_modules
/build/
/public/ruffle/
/public/stomp/
/public/uv/
/uv/
/scripts/Ultraviolet-Core/
4 changes: 0 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/node_modules
/build/
/public/ruffle/
/public/stomp/
/public/uv/
/uv/
/scripts/Ultraviolet-Core/
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"babel": {
"presets": [
"react-app"
]
}
}

0 comments on commit afad6b7

Please sign in to comment.