-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (31 loc) · 802 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
web/api/__pycache__/
web/api/migrations/*
!web/api/migrations/__init__.py
web/canhemon/__pycache__/
app/treeChecker/src/screens/resources/web/createAOI\.bundle\.js
app/treeChecker/package-lock\.json
app/treeChecker/src/screens/resources/web/createAOI\.html
app/treeChecker/src/screens/resources/web/baseMap\.bundle\.js
app/treeChecker/src/screens/resources/web/baseMap\.html
app/treeChecker/src/screens/resources/web/centerPin\.bundle\.js
app/treeChecker/src/screens/resources/web/centerPin\.html
web/TODO
app/treeChecker/android/app/src/main/assets/web/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyc
# PyCharm and Aptana files
.idea
.project
.pydevproject
.settings/
# Komodo Editor files
*.komodoproject
.komodotools/
# Django
*.log
.venv
venv/
/static/
docs/