##// END OF EJS Templates
ignore: added gitignore
ergo -
Show More
@@ -0,0 +1,220 b''
1 # Created by .ignore support plugin (hsz.mobi)
2 ### Node template
3 # Logs
4 logs
5 *.log
6 npm-debug.log*
7 yarn-debug.log*
8 yarn-error.log*
9
10 # Runtime data
11 pids
12 *.pid
13 *.seed
14 *.pid.lock
15
16 # Directory for instrumented libs generated by jscoverage/JSCover
17 lib-cov
18
19 # Coverage directory used by tools like istanbul
20 coverage
21
22 # nyc test coverage
23 .nyc_output
24
25 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
26 .grunt
27
28 # Bower dependency directory (https://bower.io/)
29 bower_components
30
31 # node-waf configuration
32 .lock-wscript
33
34 # Compiled binary addons (https://nodejs.org/api/addons.html)
35 build/Release
36
37 # Dependency directories
38 node_modules/
39 jspm_packages/
40
41 # Typescript v1 declaration files
42 typings/
43
44 # Optional npm cache directory
45 .npm
46
47 # Optional eslint cache
48 .eslintcache
49
50 # Optional REPL history
51 .node_repl_history
52
53 # Output of 'npm pack'
54 *.tgz
55
56 # Yarn Integrity file
57 .yarn-integrity
58
59 # dotenv environment variables file
60 .env
61
62 ### JetBrains template
63 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
64 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
65
66 # User-specific stuff:
67 .idea/**/workspace.xml
68 .idea/**/tasks.xml
69 .idea/dictionaries
70
71 # Sensitive or high-churn files:
72 .idea/**/dataSources/
73 .idea/**/dataSources.ids
74 .idea/**/dataSources.xml
75 .idea/**/dataSources.local.xml
76 .idea/**/sqlDataSources.xml
77 .idea/**/dynamic.xml
78 .idea/**/uiDesigner.xml
79
80 # Gradle:
81 .idea/**/gradle.xml
82 .idea/**/libraries
83
84 # CMake
85 cmake-build-debug/
86
87 # Mongo Explorer plugin:
88 .idea/**/mongoSettings.xml
89
90 ## File-based project format:
91 *.iws
92
93 ## Plugin-specific files:
94
95 # IntelliJ
96 out/
97
98 # mpeltonen/sbt-idea plugin
99 .idea_modules/
100
101 # JIRA plugin
102 atlassian-ide-plugin.xml
103
104 # Cursive Clojure plugin
105 .idea/replstate.xml
106
107 # Crashlytics plugin (for Android Studio and IntelliJ)
108 com_crashlytics_export_strings.xml
109 crashlytics.properties
110 crashlytics-build.properties
111 fabric.properties
112 ### Python template
113 # Byte-compiled / optimized / DLL files
114 __pycache__/
115 *.py[cod]
116 *$py.class
117
118 # C extensions
119 *.so
120
121 # Distribution / packaging
122 .Python
123 build/
124 develop-eggs/
125 dist/
126 downloads/
127 eggs/
128 .eggs/
129 lib/
130 lib64/
131 parts/
132 sdist/
133 var/
134 wheels/
135 *.egg-info/
136 .installed.cfg
137 *.egg
138 MANIFEST
139
140 # PyInstaller
141 # Usually these files are written by a python script from a template
142 # before PyInstaller builds the exe, so as to inject date/other infos into it.
143 *.manifest
144 *.spec
145
146 # Installer logs
147 pip-log.txt
148 pip-delete-this-directory.txt
149
150 # Unit test / coverage reports
151 htmlcov/
152 .tox/
153 .coverage
154 .coverage.*
155 .cache
156 nosetests.xml
157 coverage.xml
158 *.cover
159 .hypothesis/
160
161 # Translations
162 *.mo
163 *.pot
164
165 # Django stuff:
166 local_settings.py
167
168 # Flask stuff:
169 instance/
170 .webassets-cache
171
172 # Scrapy stuff:
173 .scrapy
174
175 # Sphinx documentation
176 docs/_build/
177
178 # PyBuilder
179 target/
180
181 # Jupyter Notebook
182 .ipynb_checkpoints
183
184 # pyenv
185 .python-version
186
187 # celery beat schedule file
188 celerybeat-schedule
189
190 # SageMath parsed files
191 *.sage.py
192
193 # Environments
194 .venv
195 env/
196 venv/
197 ENV/
198 env.bak/
199 venv.bak/
200
201 # Spyder project settings
202 .spyderproject
203 .spyproject
204
205 # Rope project settings
206 .ropeproject
207
208 # mkdocs documentation
209 /site
210
211 # mypy
212 .mypy_cache/
213 ### Example user template template
214 ### Example user template
215
216 # IntelliJ project files
217 .idea
218 *.iml
219 out
220 gen
General Comments 2
Under Review
author

Auto status change to "Under Review"

Rejected

Please use: https://github.com/Appenlight/appenlight to contribute :) Thanks !

You need to be logged in to leave comments. Login now