-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (22 loc) · 703 Bytes
/
.gitignore
File metadata and controls
29 lines (22 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/webscraper-react-flask/node_modules
/webscraper-react-flask/.pnp
/webscraper-react-flask/.pnp.js
# testing
/webscraper-react-flask/coverage
#build
/webscraper-react-flask/build
# misc
/webscraper-react-flask/.DS_Store
/webscraper-react-flask/.env.local
/webscraper-react-flask/.env.development.local
/webscraper-react-flask/.env.test.local
/webscraper-react-flask/.env.production.local
/webscraper-react-flask/npm-debug.log*
/webscraper-react-flask/yarn-debug.log*
/webscraper-react-flask/yarn-error.log*
/flask_backend/_pycache_
/flask_backend/Include
/flask_backend/Lib
/flask_backend/Scripts