forked from nextcloud/appstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (45 loc) · 801 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
*.egg-info
*.pot
*.py[co]
__pycache__
MANIFEST
docs/_build/
docs/locale/
node_modules/
tests/coverage_html/
tests/.coverage
/build
tests/report/
venv
.idea/workspace.xml
.idea/tasks.xml
.idea/codeStyleSettings.xml
.idea/inspectionProfiles
.idea/codeStyles
nextcloudappstore/local_settings.py
*.sqlite3
*.wp[ru]
nextcloudappstore/settings/production.py
nextcloudappstore/settings/development.py
/nextcloudappstore/core/static/public/*
/nextcloudappstore/core/static/vendor/*
bin/
*.swp
*.log
*.mo
.coverage
newrelic.ini
/htmlcov/
/test.sqlite3-journal
.mypy_cache
/static
/media
/logs
/config
.DS_Store
/nextcloudappstore/static
/dev/
/nextcloudappstore/scaffolding/app-templates/*/app/.php-cs-fixer.cache
/nextcloudappstore/scaffolding/app-templates/*/app/composer.lock
discover.json
bad_requests.log