##// END OF EJS Templates
documentation edits
lisaq -
Show More

The requested changes are too big and content was truncated. Show full diff

@@ -1,154 +1,157 b''
1 # Created by .ignore support plugin (hsz.mobi)
1 # Created by .ignore support plugin (hsz.mobi)
2 syntax: glob
2 syntax: glob
3
3
4 ### Example user template template
4 ### Example user template template
5 ### Example user template
5 ### Example user template
6
6
7 # IntelliJ project files
7 # IntelliJ project files
8 .idea
8 .idea
9 *.iml
9 *.iml
10 out
10 out
11 gen### Python template
11 gen### Python template
12 # Byte-compiled / optimized / DLL files
12 # Byte-compiled / optimized / DLL files
13 __pycache__/
13 __pycache__/
14 *.py[cod]
14 *.py[cod]
15 *$py.class
15 *$py.class
16
16
17 # C extensions
17 # C extensions
18 *.so
18 *.so
19
19
20 # Distribution / packaging
20 # Distribution / packaging
21 .Python
21 .Python
22 env/
22 env/
23 build/
23 build/
24 develop-eggs/
24 develop-eggs/
25 dist/
25 dist/
26 downloads/
26 downloads/
27 eggs/
27 eggs/
28 .eggs/
28 .eggs/
29 $lib
29 $lib
30 lib64/
30 lib64/
31 parts/
31 parts/
32 sdist/
32 sdist/
33 var/
33 var/
34 *.egg-info/
34 *.egg-info/
35 .installed.cfg
35 .installed.cfg
36 *.egg
36 *.egg
37
37
38 # PyInstaller
38 # PyInstaller
39 # Usually these files are written by a python script from a template
39 # Usually these files are written by a python script from a template
40 # before PyInstaller builds the exe, so as to inject date/other infos into it.
40 # before PyInstaller builds the exe, so as to inject date/other infos into it.
41 *.manifest
41 *.manifest
42 *.spec
42 *.spec
43
43
44 # Installer logs
44 # Installer logs
45 pip-log.txt
45 pip-log.txt
46 pip-delete-this-directory.txt
46 pip-delete-this-directory.txt
47
47
48 # Unit test / coverage reports
48 # Unit test / coverage reports
49 htmlcov/
49 htmlcov/
50 .tox/
50 .tox/
51 .coverage
51 .coverage
52 .coverage.*
52 .coverage.*
53 .cache
53 .cache
54 nosetests.xml
54 nosetests.xml
55 coverage.xml
55 coverage.xml
56 *,cover
56 *,cover
57 .hypothesis/
57 .hypothesis/
58
58
59 # Translations
59 # Translations
60 *.mo
60 *.mo
61 *.pot
61 *.pot
62
62
63 # Mac stuff:
64 *.DS_Store
65
63 # Django stuff:
66 # Django stuff:
64 *.log
67 *.log
65 local_settings.py
68 local_settings.py
66
69
67 # Flask instance folder
70 # Flask instance folder
68 instance/
71 instance/
69
72
70 # Scrapy stuff:
73 # Scrapy stuff:
71 .scrapy
74 .scrapy
72
75
73 # Sphinx documentation
76 # Sphinx documentation
74 docs/_build/
77 docs/_build/
75
78
76 # PyBuilder
79 # PyBuilder
77 target/
80 target/
78
81
79 # IPython Notebook
82 # IPython Notebook
80 .ipynb_checkpoints
83 .ipynb_checkpoints
81
84
82 # pyenv
85 # pyenv
83 .python-version
86 .python-version
84
87
85 # celery beat schedule file
88 # celery beat schedule file
86 celerybeat-schedule
89 celerybeat-schedule
87
90
88 # dotenv
91 # dotenv
89 .env
92 .env
90
93
91 # virtualenv
94 # virtualenv
92 venv/
95 venv/
93 ENV/
96 ENV/
94
97
95 # Spyder project settings
98 # Spyder project settings
96 .spyderproject
99 .spyderproject
97
100
98 # Rope project settings
101 # Rope project settings
99 .ropeproject
102 .ropeproject
100
103
101
104
102 syntax: regexp
105 syntax: regexp
103 ^\.idea$
106 ^\.idea$
104 syntax: regexp
107 syntax: regexp
105 ^\.settings$
108 ^\.settings$
106 syntax: regexp
109 syntax: regexp
107 ^data$
110 ^data$
108 syntax: regexp
111 syntax: regexp
109 ^webassets$
112 ^webassets$
110 syntax: regexp
113 syntax: regexp
111 ^dist$
114 ^dist$
112 syntax: regexp
115 syntax: regexp
113 ^\.project$
116 ^\.project$
114 syntax: regexp
117 syntax: regexp
115 ^\.pydevproject$
118 ^\.pydevproject$
116 syntax: regexp
119 syntax: regexp
117 ^private$
120 ^private$
118 syntax: regexp
121 syntax: regexp
119 ^appenlight_frontend/build$
122 ^appenlight_frontend/build$
120 syntax: regexp
123 syntax: regexp
121 ^appenlight_frontend/bower_components$
124 ^appenlight_frontend/bower_components$
122 syntax: regexp
125 syntax: regexp
123 ^appenlight_frontend/node_modules$
126 ^appenlight_frontend/node_modules$
124 ^src/node_modules$
127 ^src/node_modules$
125 syntax: regexp
128 syntax: regexp
126 ^\.pydevproject$
129 ^\.pydevproject$
127 syntax: regexp
130 syntax: regexp
128 appenlight\.egg-info$
131 appenlight\.egg-info$
129 syntax: regexp
132 syntax: regexp
130 \.pyc$
133 \.pyc$
131 syntax: regexp
134 syntax: regexp
132 \celerybeat.*
135 \celerybeat.*
133 syntax: regexp
136 syntax: regexp
134 \.iml$
137 \.iml$
135 syntax: regexp
138 syntax: regexp
136 ^frontend/build$
139 ^frontend/build$
137 syntax: regexp
140 syntax: regexp
138 ^frontend/bower_components$
141 ^frontend/bower_components$
139 syntax: regexp
142 syntax: regexp
140 ^frontend/node_modules$
143 ^frontend/node_modules$
141 ^frontend/src/node_modules$
144 ^frontend/src/node_modules$
142 ^frontend/build$
145 ^frontend/build$
143
146
144 syntax: regexp
147 syntax: regexp
145 \.db$
148 \.db$
146
149
147 syntax: regexp
150 syntax: regexp
148 packer_cache
151 packer_cache
149
152
150 syntax: regexp
153 syntax: regexp
151 packer/packer
154 packer/packer
152
155
153 syntax: regexp
156 syntax: regexp
154 install_appenlight_production.yaml
157 install_appenlight_production.yaml
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
General Comments 0
You need to be logged in to leave comments. Login now