forked from kartoza/GeoContextQGISPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (54 loc) · 818 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
52
53
54
/pycharm-debug.egg
/docs/apidocs
*~
*.*~
.achievements
*.aux.xml
*.bak
build
.coverage
coverage.xml
docs/build
docs/_build
docs/output
docs/release-approval-docs
*.DS_Store
.idea
libpeerconnection.log
nohup.out
.noseids
nosetests.xml
*.orig
*.*.orig
__pycache__
algorithms/__pycache__
bridge_api/__pycache__
utilities/__pycache__
widgets/__pycache__
*.gpkg
*.gpkg-shm
*.gpkg-wal
pep8.log
.project
*.pyc
pydevpath.txt
.pydevproject
pyflakes.log
pylint.log
qgispath.txt
result.txt
run_qgis.sh
scripts/nightly-build-repo/apache.conf
.settings
setup.cfg
.svn
.vagrant
venv
!.gitkeep
# This is a temporary working file for building the windows installer that does string replacement on version name
scripts/build.nsi
# Generated file
*metadata.db
htmlcov/
dist/
pydev/