edit gitignore

This commit is contained in:
Ruidy Nemausat 2020-02-25 09:58:56 +01:00
parent d06836d4f7
commit d692d10e72
3 changed files with 23 additions and 26 deletions

23
.gitignore vendored
View file

@ -6,5 +6,26 @@ Migrations/
app.db*
.DS_Store
app.db
client/node_modules
# client
client/src/pages/TestPage.tsx
client/react-app-env.d.ts
client/node_modules
client/.pnp
client/.pnp.js
# testing
client/coverage
# production
client/build
# misc
client/.DS_Store
client/.env.local
client/.env.development.local
client/.env.test.local
client/.env.production.local
client/npm-debug.log*
client/yarn-debug.log*
client/yarn-error.log*

25
client/.gitignore vendored
View file

@ -1,25 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
react-app-env.d.ts
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*

1
client/src/react-app-env.d.ts vendored Normal file
View file

@ -0,0 +1 @@
/// <reference types="react-scripts" />