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