forked from hotosm/fAIr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (42 loc) · 810 Bytes
/
.gitignore
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# frontend
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
frontend/node_modules
frontend/.pnp
frontend/.pnp.js
#standard
.env
**/.vscode/**
postgres-data/
# testing
frontend/coverage
postgres-data/*
# production
frontend/build
# misc
frontend/.DS_Store
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/package-lock*
frontend/.env
# for backend
backend/static
backend/api_static
backend/env
backend/temp
backend/postgres-data
backend/**/__pycache__/**
backend/**/migrations/**
backend/media
backend/data/*
backend/log/*
backend/training/*
trainings/*
backend/.env
backend/config.txt
backend/postgres-data