Update resource files
[allerta-vvf.git] / .gitignore
blob5acd051ca63291b2bd208000edd81a7967cb083c
1 # Created by https://www.gitignore.io/api/vim,phpunit,phpstorm+all,visualstudio,visualstudiocode
2 # Edit at https://www.gitignore.io/?templates=vim,phpunit,phpstorm+all,visualstudio,visualstudiocode
4 ### PhpStorm+all ###
5 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
6 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8 # User-specific stuff
9 .idea/**/workspace.xml
10 .idea/**/tasks.xml
11 .idea/**/usage.statistics.xml
12 .idea/**/dictionaries
13 .idea/**/shelf
15 # Generated files
16 .idea/**/contentModel.xml
18 # Sensitive or high-churn files
19 .idea/**/dataSources/
20 .idea/**/dataSources.ids
21 .idea/**/dataSources.local.xml
22 .idea/**/sqlDataSources.xml
23 .idea/**/dynamic.xml
24 .idea/**/uiDesigner.xml
25 .idea/**/dbnavigator.xml
27 # Gradle
28 .idea/**/gradle.xml
29 .idea/**/libraries
31 # Gradle and Maven with auto-import
32 # When using Gradle or Maven with auto-import, you should exclude module files,
33 # since they will be recreated, and may cause churn.  Uncomment if using
34 # auto-import.
35 # .idea/modules.xml
36 # .idea/*.iml
37 # .idea/modules
38 # *.iml
39 # *.ipr
41 # CMake
42 cmake-build-*/
44 # Mongo Explorer plugin
45 .idea/**/mongoSettings.xml
47 # File-based project format
48 *.iws
50 # IntelliJ
51 out/
53 # mpeltonen/sbt-idea plugin
54 .idea_modules/
56 # JIRA plugin
57 atlassian-ide-plugin.xml
59 # Cursive Clojure plugin
60 .idea/replstate.xml
62 # Crashlytics plugin (for Android Studio and IntelliJ)
63 com_crashlytics_export_strings.xml
64 crashlytics.properties
65 crashlytics-build.properties
66 fabric.properties
68 # Editor-based Rest Client
69 .idea/httpRequests
71 # Android studio 3.1+ serialized cache file
72 .idea/caches/build_file_checksums.ser
74 ### PhpStorm+all Patch ###
75 # Ignores the whole .idea folder and all .iml files
76 # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
78 .idea/
80 # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
82 *.iml
83 modules.xml
84 .idea/misc.xml
85 *.ipr
87 # Sonarlint plugin
88 .idea/sonarlint
90 ### PHPUnit ###
91 # Covers PHPUnit
92 # Reference: https://phpunit.de/
94 # Generated files
95 .phpunit.result.cache
97 # PHPUnit
98 /app/phpunit.xml
99 phpunit.xml
101 # Build data
102 /build/
104 ### Vim ###
105 # Swap
106 [._]*.s[a-v][a-z]
107 [._]*.sw[a-p]
108 [._]s[a-rt-v][a-z]
109 [._]ss[a-gi-z]
110 [._]sw[a-p]
112 # Session
113 Session.vim
114 Sessionx.vim
116 # Temporary
117 .netrwhist
120 # Auto-generated tag files
121 tags
123 # Persistent undo
124 [._]*.un~
126 # Coc configuration directory
127 .vim
129 ### VisualStudioCode ###
130 .vscode/*
131 !.vscode/settings.json
132 !.vscode/tasks.json
133 !.vscode/launch.json
134 !.vscode/extensions.json
136 ### VisualStudioCode Patch ###
137 # Ignore all local history of files
138 .history
140 ### VisualStudio ###
141 ## Ignore Visual Studio temporary files, build results, and
142 ## files generated by popular Visual Studio add-ons.
144 ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
146 # User-specific files
147 *.rsuser
148 *.suo
149 *.user
150 *.userosscache
151 *.sln.docstates
153 # User-specific files (MonoDevelop/Xamarin Studio)
154 *.userprefs
156 # Mono auto generated files
157 mono_crash.*
159 # Build results
160 [Dd]ebug/
161 [Dd]ebugPublic/
162 [Rr]elease/
163 [Rr]eleases/
164 x64/
165 x86/
166 [Aa][Rr][Mm]/
167 [Aa][Rr][Mm]64/
168 bld/
169 [Bb]in/
170 [Oo]bj/
171 [Ll]og/
173 # Visual Studio 2015/2017 cache/options directory
174 .vs/
175 # Uncomment if you have tasks that create the project's static files in wwwroot
176 #wwwroot/
178 # Visual Studio 2017 auto generated files
179 Generated\ Files/
181 # MSTest test Results
182 [Tt]est[Rr]esult*/
183 [Bb]uild[Ll]og.*
185 # NUnit
186 *.VisualState.xml
187 TestResult.xml
188 nunit-*.xml
190 # Build Results of an ATL Project
191 [Dd]ebugPS/
192 [Rr]eleasePS/
193 dlldata.c
195 # Benchmark Results
196 BenchmarkDotNet.Artifacts/
198 # .NET Core
199 project.lock.json
200 project.fragment.lock.json
201 artifacts/
203 # StyleCop
204 StyleCopReport.xml
206 # Files built by Visual Studio
207 *_i.c
208 *_p.c
209 *_h.h
210 *.ilk
211 *.obj
212 *.iobj
213 *.pch
214 *.pdb
215 *.ipdb
216 *.pgc
217 *.pgd
218 *.rsp
219 *.sbr
220 *.tlb
221 *.tli
222 *.tlh
223 *.tmp
224 *.tmp_proj
225 *_wpftmp.csproj
226 *.log
227 *.vspscc
228 *.vssscc
229 .builds
230 *.pidb
231 *.svclog
232 *.scc
234 # Chutzpah Test files
235 _Chutzpah*
237 # Visual C++ cache files
238 ipch/
239 *.aps
240 *.ncb
241 *.opendb
242 *.opensdf
243 *.sdf
244 *.cachefile
245 *.VC.db
246 *.VC.VC.opendb
248 # Visual Studio profiler
249 *.psess
250 *.vsp
251 *.vspx
252 *.sap
254 # Visual Studio Trace Files
255 *.e2e
257 # TFS 2012 Local Workspace
258 $tf/
260 # Guidance Automation Toolkit
261 *.gpState
263 # ReSharper is a .NET coding add-in
264 _ReSharper*/
265 *.[Rr]e[Ss]harper
266 *.DotSettings.user
268 # JustCode is a .NET coding add-in
269 .JustCode
271 # TeamCity is a build add-in
272 _TeamCity*
274 # DotCover is a Code Coverage Tool
275 *.dotCover
277 # AxoCover is a Code Coverage Tool
278 .axoCover/*
279 !.axoCover/settings.json
281 # Visual Studio code coverage results
282 *.coverage
283 *.coveragexml
285 # NCrunch
286 _NCrunch_*
287 .*crunch*.local.xml
288 nCrunchTemp_*
290 # MightyMoose
291 *.mm.*
292 AutoTest.Net/
294 # Web workbench (sass)
295 .sass-cache/
297 # Installshield output folder
298 [Ee]xpress/
300 # DocProject is a documentation generator add-in
301 DocProject/buildhelp/
302 DocProject/Help/*.HxT
303 DocProject/Help/*.HxC
304 DocProject/Help/*.hhc
305 DocProject/Help/*.hhk
306 DocProject/Help/*.hhp
307 DocProject/Help/Html2
308 DocProject/Help/html
310 # Click-Once directory
311 publish/
313 # Publish Web Output
314 *.[Pp]ublish.xml
315 *.azurePubxml
316 # Note: Comment the next line if you want to checkin your web deploy settings,
317 # but database connection strings (with potential passwords) will be unencrypted
318 *.pubxml
319 *.publishproj
321 # Microsoft Azure Web App publish settings. Comment the next line if you want to
322 # checkin your Azure Web App publish settings, but sensitive information contained
323 # in these scripts will be unencrypted
324 PublishScripts/
326 # NuGet Packages
327 *.nupkg
328 # NuGet Symbol Packages
329 *.snupkg
330 # The packages folder can be ignored because of Package Restore
331 **/[Pp]ackages/*
332 # except build/, which is used as an MSBuild target.
333 !**/[Pp]ackages/build/
334 # Uncomment if necessary however generally it will be regenerated when needed
335 #!**/[Pp]ackages/repositories.config
336 # NuGet v3's project.json files produces more ignorable files
337 *.nuget.props
338 *.nuget.targets
340 # Microsoft Azure Build Output
341 csx/
342 *.build.csdef
344 # Microsoft Azure Emulator
345 ecf/
346 rcf/
348 # Windows Store app package directories and files
349 AppPackages/
350 BundleArtifacts/
351 Package.StoreAssociation.xml
352 _pkginfo.txt
353 *.appx
354 *.appxbundle
355 *.appxupload
357 # Visual Studio cache files
358 # files ending in .cache can be ignored
359 *.[Cc]ache
360 # but keep track of directories ending in .cache
361 !?*.[Cc]ache/
363 # Others
364 ClientBin/
366 *.dbmdl
367 *.dbproj.schemaview
368 *.jfm
369 *.pfx
370 *.publishsettings
371 orleans.codegen.cs
373 # Including strong name files can present a security risk
374 # (https://github.com/github/gitignore/pull/2483#issue-259490424)
375 #*.snk
377 # Since there are multiple workflows, uncomment next line to ignore bower_components
378 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
379 #bower_components/
381 # RIA/Silverlight projects
382 Generated_Code/
384 # Backup & report files from converting an old project file
385 # to a newer Visual Studio version. Backup files are not needed,
386 # because we have git ;-)
387 _UpgradeReport_Files/
388 Backup*/
389 UpgradeLog*.XML
390 UpgradeLog*.htm
391 ServiceFabricBackup/
392 *.rptproj.bak
394 # SQL Server files
395 *.mdf
396 *.ldf
397 *.ndf
399 # Business Intelligence projects
400 *.rdl.data
401 *.bim.layout
402 *.bim_*.settings
403 *.rptproj.rsuser
404 *- [Bb]ackup.rdl
405 *- [Bb]ackup ([0-9]).rdl
406 *- [Bb]ackup ([0-9][0-9]).rdl
408 # Microsoft Fakes
409 FakesAssemblies/
411 # GhostDoc plugin setting file
412 *.GhostDoc.xml
414 # Node.js Tools for Visual Studio
415 .ntvs_analysis.dat
416 node_modules/
418 # Visual Studio 6 build log
419 *.plg
421 # Visual Studio 6 workspace options file
422 *.opt
424 # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
425 *.vbw
427 # Visual Studio LightSwitch build output
428 **/*.HTMLClient/GeneratedArtifacts
429 **/*.DesktopClient/GeneratedArtifacts
430 **/*.DesktopClient/ModelManifest.xml
431 **/*.Server/GeneratedArtifacts
432 **/*.Server/ModelManifest.xml
433 _Pvt_Extensions
435 # Paket dependency manager
436 .paket/paket.exe
437 paket-files/
439 # FAKE - F# Make
440 .fake/
442 # CodeRush personal settings
443 .cr/personal
445 # Python Tools for Visual Studio (PTVS)
446 __pycache__/
447 *.pyc
449 # Cake - Uncomment if you are using it
450 # tools/**
451 # !tools/packages.config
453 # Tabs Studio
454 *.tss
456 # Telerik's JustMock configuration file
457 *.jmconfig
459 # BizTalk build output
460 *.btp.cs
461 *.btm.cs
462 *.odx.cs
463 *.xsd.cs
465 # OpenCover UI analysis results
466 OpenCover/
468 # Azure Stream Analytics local run output
469 ASALocalRun/
471 # MSBuild Binary and Structured Log
472 *.binlog
474 # NVidia Nsight GPU debugger configuration file
475 *.nvuser
477 # MFractors (Xamarin productivity tool) working folder
478 .mfractor/
480 # Local History for Visual Studio
481 .localhistory/
483 # BeatPulse healthcheck temp database
484 healthchecksdb
486 # Backup folder for Package Reference Convert tool in Visual Studio 2017
487 MigrationBackup/
489 # End of https://www.gitignore.io/api/vim,phpunit,composer,phpstorm+all,visualstudio,visualstudiocode
491 ### Composer ###
492 composer.phar
493 /server/vendor/
494 /server/*/*/vendor/
495 *.zip
497 /server/resources/dist/*
499 /server/debug_storage/*
500 !/server/debug_storage/index.html
502 config.php
503 config.old.php
505 *password*
507 custom-*.*
509 *.log
510 *.txt
511 /server/cache/*
512 !/server/cache/index.php
513 !/server/robots.txt
515 config.json
517 sw.js
518 !/server/resources/src/sw.js
520 /server/cypress/screenshots
521 !/server/cypress/screenshots/.gitkeep
522 /server/cypress/videos
523 !/server/cypress/videos/.gitkeep
525 deployment_remotes.php
526 adminer.php
528 /server/resources/images/logo.png
529 /server/resources/images/owner.png
530 /server/resources/images/map_cache
532 .env.docker