|
1 | | -### PHP-CS-Fixer template |
2 | | -# Covers PHP CS Fixer |
3 | | -# Reference: https://cs.symfony.com/ |
| 1 | +# IDE |
| 2 | +.idea/ |
| 3 | +*.iml |
| 4 | +*.iws |
| 5 | +*.ipr |
| 6 | +.vscode/ |
4 | 7 |
|
5 | | -# Generated files |
| 8 | +# PHP CS Fixer |
6 | 9 | .php-cs-fixer.cache |
7 | | - |
8 | | -# Local config See: https://cs.symfony.com/doc/config.html |
9 | 10 | .php-cs-fixer.php |
10 | 11 |
|
11 | | -### PhpStorm+all template |
12 | | -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
13 | | -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
14 | | - |
15 | | -# User-specific stuff |
16 | | -.idea/**/workspace.xml |
17 | | -.idea/**/tasks.xml |
18 | | -.idea/**/usage.statistics.xml |
19 | | -.idea/**/dictionaries |
20 | | -.idea/**/shelf |
21 | | - |
22 | | -# AWS User-specific |
23 | | -.idea/**/aws.xml |
24 | | - |
25 | | -# Generated files |
26 | | -.idea/**/contentModel.xml |
27 | | - |
28 | | -# Sensitive or high-churn files |
29 | | -.idea/**/dataSources/ |
30 | | -.idea/**/dataSources.ids |
31 | | -.idea/**/dataSources.local.xml |
32 | | -.idea/**/sqlDataSources.xml |
33 | | -.idea/**/dynamic.xml |
34 | | -.idea/**/uiDesigner.xml |
35 | | -.idea/**/dbnavigator.xml |
36 | | - |
37 | | -# Gradle |
38 | | -.idea/**/gradle.xml |
39 | | -.idea/**/libraries |
40 | | - |
41 | | -# Gradle and Maven with auto-import |
42 | | -# When using Gradle or Maven with auto-import, you should exclude module files, |
43 | | -# since they will be recreated, and may cause churn. Uncomment if using |
44 | | -# auto-import. |
45 | | -# .idea/artifacts |
46 | | -# .idea/compiler.xml |
47 | | -# .idea/jarRepositories.xml |
48 | | -# .idea/modules.xml |
49 | | -# .idea/*.iml |
50 | | -# .idea/modules |
51 | | -# *.iml |
52 | | -# *.ipr |
53 | | - |
54 | | -# CMake |
55 | | -cmake-build-*/ |
56 | | - |
57 | | -# Mongo Explorer plugin |
58 | | -.idea/**/mongoSettings.xml |
59 | | - |
60 | | -# File-based project format |
61 | | -*.iws |
62 | | - |
63 | | -# IntelliJ |
64 | | -out/ |
65 | | - |
66 | | -# mpeltonen/sbt-idea plugin |
67 | | -.idea_modules/ |
68 | | - |
69 | | -# JIRA plugin |
70 | | -atlassian-ide-plugin.xml |
71 | | - |
72 | | -# Cursive Clojure plugin |
73 | | -.idea/replstate.xml |
74 | | - |
75 | | -# SonarLint plugin |
76 | | -.idea/sonarlint/ |
77 | | - |
78 | | -# Crashlytics plugin (for Android Studio and IntelliJ) |
79 | | -com_crashlytics_export_strings.xml |
80 | | -crashlytics.properties |
81 | | -crashlytics-build.properties |
82 | | -fabric.properties |
83 | | - |
84 | | -# Editor-based Rest Client |
85 | | -.idea/httpRequests |
86 | | - |
87 | | -# Android studio 3.1+ serialized cache file |
88 | | -.idea/caches/build_file_checksums.ser |
89 | | - |
90 | | -### PHPUnit template |
91 | | -# Covers PHPUnit |
92 | | -# Reference: https://phpunit.de/ |
93 | | - |
94 | | -# Generated files |
| 12 | +# PHPUnit |
95 | 13 | .phpunit.result.cache |
96 | 14 | .phpunit.cache |
| 15 | +.phpunit.cache/ |
97 | 16 |
|
98 | | -# PHPUnit |
99 | | -/app/phpunit.xml |
100 | | -/phpunit.xml |
| 17 | +# Dependencies |
| 18 | +/vendor/ |
| 19 | +composer.lock |
101 | 20 |
|
102 | | -# Build data |
| 21 | +# Build & Coverage |
103 | 22 | /build/ |
| 23 | +coverage/ |
104 | 24 |
|
105 | | -### PHPCodeSniffer template |
106 | | -# CodeSniffer |
107 | | -phpcs.xml |
108 | | - |
109 | | -/vendor/* |
110 | | -/wpcs/* |
111 | | - |
112 | | -### PhpStorm+iml template |
113 | | -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
114 | | -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
115 | | - |
116 | | -# User-specific stuff |
117 | | -.idea/**/workspace.xml |
118 | | -.idea/**/tasks.xml |
119 | | -.idea/**/usage.statistics.xml |
120 | | -.idea/**/dictionaries |
121 | | -.idea/**/shelf |
122 | | - |
123 | | -# AWS User-specific |
124 | | -.idea/**/aws.xml |
125 | | - |
126 | | -# Generated files |
127 | | -.idea/**/contentModel.xml |
128 | | - |
129 | | -# Sensitive or high-churn files |
130 | | -.idea/**/dataSources/ |
131 | | -.idea/**/dataSources.ids |
132 | | -.idea/**/dataSources.local.xml |
133 | | -.idea/**/sqlDataSources.xml |
134 | | -.idea/**/dynamic.xml |
135 | | -.idea/**/uiDesigner.xml |
136 | | -.idea/**/dbnavigator.xml |
137 | | - |
138 | | -# Gradle |
139 | | -.idea/**/gradle.xml |
140 | | -.idea/**/libraries |
141 | | - |
142 | | -# Gradle and Maven with auto-import |
143 | | -# When using Gradle or Maven with auto-import, you should exclude module files, |
144 | | -# since they will be recreated, and may cause churn. Uncomment if using |
145 | | -# auto-import. |
146 | | -# .idea/artifacts |
147 | | -# .idea/compiler.xml |
148 | | -# .idea/jarRepositories.xml |
149 | | -# .idea/modules.xml |
150 | | -# .idea/*.iml |
151 | | -# .idea/modules |
152 | | -# *.iml |
153 | | -# *.ipr |
154 | | - |
155 | | -# CMake |
156 | | -cmake-build-*/ |
157 | | - |
158 | | -# Mongo Explorer plugin |
159 | | -.idea/**/mongoSettings.xml |
160 | | - |
161 | | -# File-based project format |
162 | | -*.iws |
163 | | - |
164 | | -# IntelliJ |
165 | | -out/ |
166 | | - |
167 | | -# mpeltonen/sbt-idea plugin |
168 | | -.idea_modules/ |
169 | | - |
170 | | -# JIRA plugin |
171 | | -atlassian-ide-plugin.xml |
172 | | - |
173 | | -# Cursive Clojure plugin |
174 | | -.idea/replstate.xml |
175 | | - |
176 | | -# SonarLint plugin |
177 | | -.idea/sonarlint/ |
178 | | - |
179 | | -# Crashlytics plugin (for Android Studio and IntelliJ) |
180 | | -com_crashlytics_export_strings.xml |
181 | | -crashlytics.properties |
182 | | -crashlytics-build.properties |
183 | | -fabric.properties |
184 | | - |
185 | | -# Editor-based Rest Client |
186 | | -.idea/httpRequests |
187 | | - |
188 | | -# Android studio 3.1+ serialized cache file |
189 | | -.idea/caches/build_file_checksums.ser |
190 | | - |
191 | | -### Laravel template |
192 | | -/vendor/ |
| 25 | +# Node |
193 | 26 | node_modules/ |
194 | | -/node_modules/ |
195 | 27 | npm-debug.log |
196 | 28 | yarn-error.log |
197 | 29 |
|
198 | | -.phpunit.cache/ |
| 30 | +# Laravel |
199 | 31 | .env |
200 | | -composer.lock |
201 | | -*.swp |
202 | | -*.swo |
203 | | -.DS_Store |
204 | | -.idea/ |
205 | | -coverage/ |
206 | | - |
207 | | -# Laravel 4 specific |
208 | | -bootstrap/compiled.php |
209 | | -app/storage/ |
210 | | - |
211 | | -# Laravel 5 & Lumen specific |
| 32 | +storage/*.key |
212 | 33 | public/storage |
213 | 34 | public/hot |
214 | 35 |
|
215 | | -# Laravel 5 & Lumen specific with changed public path |
216 | | -public_html/storage |
217 | | -public_html/hot |
218 | | - |
219 | | -storage/*.key |
220 | | -.env |
221 | | -Homestead.yaml |
222 | | -Homestead.json |
223 | | -/.vagrant |
224 | | -.phpunit.result.cache |
225 | | - |
226 | | -### PhpStorm template |
227 | | -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
228 | | -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
229 | | - |
230 | | -# User-specific stuff |
231 | | -.idea/**/workspace.xml |
232 | | -.idea/**/tasks.xml |
233 | | -.idea/**/usage.statistics.xml |
234 | | -.idea/**/dictionaries |
235 | | -.idea/**/shelf |
236 | | - |
237 | | -# AWS User-specific |
238 | | -.idea/**/aws.xml |
239 | | - |
240 | | -# Generated files |
241 | | -.idea/**/contentModel.xml |
242 | | - |
243 | | -# Sensitive or high-churn files |
244 | | -.idea/**/dataSources/ |
245 | | -.idea/**/dataSources.ids |
246 | | -.idea/**/dataSources.local.xml |
247 | | -.idea/**/sqlDataSources.xml |
248 | | -.idea/**/dynamic.xml |
249 | | -.idea/**/uiDesigner.xml |
250 | | -.idea/**/dbnavigator.xml |
251 | | - |
252 | | -# Gradle |
253 | | -.idea/**/gradle.xml |
254 | | -.idea/**/libraries |
255 | | - |
256 | | -# Gradle and Maven with auto-import |
257 | | -# When using Gradle or Maven with auto-import, you should exclude module files, |
258 | | -# since they will be recreated, and may cause churn. Uncomment if using |
259 | | -# auto-import. |
260 | | -# .idea/artifacts |
261 | | -# .idea/compiler.xml |
262 | | -# .idea/jarRepositories.xml |
263 | | -# .idea/modules.xml |
264 | | -# .idea/*.iml |
265 | | -# .idea/modules |
266 | | -# *.iml |
267 | | -# *.ipr |
268 | | - |
269 | | -# CMake |
270 | | -cmake-build-*/ |
271 | | - |
272 | | -# Mongo Explorer plugin |
273 | | -.idea/**/mongoSettings.xml |
274 | | - |
275 | | -# File-based project format |
276 | | -*.iws |
277 | | - |
278 | | -# IntelliJ |
279 | | -out/ |
280 | | - |
281 | | -# mpeltonen/sbt-idea plugin |
282 | | -.idea_modules/ |
283 | | - |
284 | | -# JIRA plugin |
285 | | -atlassian-ide-plugin.xml |
286 | | - |
287 | | -# Cursive Clojure plugin |
288 | | -.idea/replstate.xml |
289 | | - |
290 | | -# SonarLint plugin |
291 | | -.idea/sonarlint/ |
292 | | - |
293 | | -# Crashlytics plugin (for Android Studio and IntelliJ) |
294 | | -com_crashlytics_export_strings.xml |
295 | | -crashlytics.properties |
296 | | -crashlytics-build.properties |
297 | | -fabric.properties |
298 | | - |
299 | | -# Editor-based Rest Client |
300 | | -.idea/httpRequests |
301 | | - |
302 | | -# Android studio 3.1+ serialized cache file |
303 | | -.idea/caches/build_file_checksums.ser |
304 | | - |
| 36 | +# OS |
| 37 | +.DS_Store |
| 38 | +*.swp |
| 39 | +*.swo |
| 40 | +Thumbs.db |
0 commit comments