Update gitignore: Add react files
Add files generated in the react directory that need no version control
This commit is contained in:
parent
d0b3b6fb78
commit
5707339f68
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,7 +1,26 @@
|
|||||||
# ESP-IDF default build directory
|
# ESP-IDF
|
||||||
build
|
build
|
||||||
sdkconfig
|
sdkconfig
|
||||||
|
sdkconfig.old
|
||||||
|
|
||||||
|
|
||||||
# VIM files
|
# VIM files
|
||||||
*.swp
|
*.swp
|
||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
|
|
||||||
|
# React
|
||||||
|
react-app/build
|
||||||
|
react-app/.pnp
|
||||||
|
.pnp.js
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user