likhonsheikh commited on
Commit
b7ca1a2
·
1 Parent(s): 3041f43

Sync with matrix message 331771203375241

Browse files
Files changed (1) hide show
  1. .gitignore +897 -0
.gitignore ADDED
@@ -0,0 +1,897 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ==============================================================================
2
+ # COMPREHENSIVE .GITIGNORE TEMPLATE
3
+ # ==============================================================================
4
+ # This template covers most common development scenarios and tools
5
+ # Generated patterns use ** to match any subdirectory depth
6
+
7
+ # ==============================================================================
8
+ # PYTHON
9
+ # ==============================================================================
10
+ **/__pycache__/
11
+ **/*.py[cod]
12
+ **/*$py.class
13
+ **/*.so
14
+ **/.Python
15
+ **/build/
16
+ **/develop-eggs/
17
+ **/dist/
18
+ **/downloads/
19
+ **/eggs/
20
+ **/.eggs/
21
+ **/lib/
22
+ **/lib64/
23
+ **/parts/
24
+ **/sdist/
25
+ **/var/
26
+ **/wheels/
27
+ **/share/python-wheels/
28
+ **/*.egg-info/
29
+ **/.installed.cfg
30
+ **/*.egg
31
+ **/MANIFEST
32
+
33
+ # PyInstaller
34
+ **/*.manifest
35
+ **/*.spec
36
+
37
+ # Installer logs
38
+ **/pip-log.txt
39
+ **/pip-delete-this-directory.txt
40
+
41
+ # Unit test / coverage reports
42
+ **/htmlcov/
43
+ **/.tox/
44
+ **/.nox/
45
+ **/.coverage
46
+ **/.coverage.*
47
+ **/.cache
48
+ **/nosetests.xml
49
+ **/coverage.xml
50
+ **/*.cover
51
+ **/*.py,cover
52
+ **/.hypothesis/
53
+ **/.pytest_cache/
54
+ **/cover/
55
+
56
+ # Translations
57
+ **/*.mo
58
+ **/*.pot
59
+
60
+ # Django stuff:
61
+ **/*.log
62
+ **/local_settings.py
63
+ **/db.sqlite3
64
+ **/db.sqlite3-journal
65
+
66
+ # Flask stuff:
67
+ **/instance/
68
+ **/.webassets-cache
69
+
70
+ # Scrapy stuff:
71
+ **/.scrapy
72
+
73
+ # Sphinx documentation
74
+ **/docs/_build/
75
+
76
+ # PyBuilder
77
+ **/.pybuilder/
78
+ **/target/
79
+
80
+ # Jupyter Notebook
81
+ **/.ipynb_checkpoints
82
+
83
+ # IPython
84
+ **/profile_default/
85
+ **/ipython_config.py
86
+
87
+ # pyenv
88
+ **/.python-version
89
+
90
+ # pipenv
91
+ **/Pipfile.lock
92
+
93
+ # poetry
94
+ **/poetry.lock
95
+
96
+ # pdm
97
+ **/.pdm.toml
98
+ **/.pdm-python
99
+ **/.pdm-build/
100
+
101
+ # PEP 582
102
+ **/__pypackages__/
103
+
104
+ # Celery stuff
105
+ **/celerybeat-schedule
106
+ **/celerybeat.pid
107
+
108
+ # SageMath parsed files
109
+ **/*.sage.py
110
+
111
+ # Environments
112
+ **/.env
113
+ **/.venv
114
+ **/env/
115
+ **/venv/
116
+ **/ENV/
117
+ **/env.bak/
118
+ **/venv.bak/
119
+
120
+ # Spyder project settings
121
+ **/.spyderproject
122
+ **/.spyproject
123
+
124
+ # Rope project settings
125
+ **/.ropeproject
126
+
127
+ # mkdocs documentation
128
+ **/site/
129
+
130
+ # mypy
131
+ **/.mypy_cache/
132
+ **/.dmypy.json
133
+ **/dmypy.json
134
+
135
+ # Pyre type checker
136
+ **/.pyre/
137
+
138
+ # pytype static type analyzer
139
+ **/.pytype/
140
+
141
+ # Cython debug symbols
142
+ **/cython_debug/
143
+
144
+ # PyCharm
145
+ **/.idea/
146
+
147
+ # ==============================================================================
148
+ # NODE.JS / JAVASCRIPT / TYPESCRIPT
149
+ # ==============================================================================
150
+ **/node_modules/
151
+ **/npm-debug.log*
152
+ **/yarn-debug.log*
153
+ **/yarn-error.log*
154
+ **/lerna-debug.log*
155
+ **/.pnpm-debug.log*
156
+
157
+ # Runtime data
158
+ **/pids/
159
+ **/*.pid
160
+ **/*.seed
161
+ **/*.pid.lock
162
+
163
+ # Coverage directory used by tools like istanbul
164
+ **/coverage/
165
+ **/.nyc_output
166
+
167
+ # Grunt intermediate storage
168
+ **/.grunt
169
+
170
+ # Bower dependency directory
171
+ **/bower_components
172
+
173
+ # node-waf configuration
174
+ **/.lock-wscript
175
+
176
+ # Compiled binary addons
177
+ **/build/Release
178
+
179
+ # Dependency directories
180
+ **/jspm_packages/
181
+
182
+ # Snowpack dependency directory
183
+ **/web_modules/
184
+
185
+ # TypeScript cache
186
+ **/*.tsbuildinfo
187
+
188
+ # Optional npm cache directory
189
+ **/.npm
190
+
191
+ # Optional eslint cache
192
+ **/.eslintcache
193
+
194
+ # Optional stylelint cache
195
+ **/.stylelintcache
196
+
197
+ # Microbundle cache
198
+ **/.rpt2_cache/
199
+ **/.rts2_cache_cjs/
200
+ **/.rts2_cache_es/
201
+ **/.rts2_cache_umd/
202
+
203
+ # Optional REPL history
204
+ **/.node_repl_history
205
+
206
+ # Output of 'npm pack'
207
+ **/*.tgz
208
+
209
+ # Yarn Integrity file
210
+ **/.yarn-integrity
211
+
212
+ # dotenv environment variable files
213
+ **/.env
214
+ **/.env.development.local
215
+ **/.env.test.local
216
+ **/.env.production.local
217
+ **/.env.local
218
+
219
+ # parcel-bundler cache
220
+ **/.cache
221
+ **/.parcel-cache
222
+
223
+ # Next.js build output
224
+ **/.next
225
+ **/out/
226
+
227
+ # Nuxt.js build / generate output
228
+ **/.nuxt
229
+ **/dist
230
+
231
+ # Gatsby files
232
+ **/.cache/
233
+ **/public
234
+
235
+ # Vue.js
236
+ **/dist/
237
+ **/.tmp
238
+ **/.cache
239
+
240
+ # Vuepress build output
241
+ **/.vuepress/dist
242
+
243
+ # Serverless directories
244
+ **/.serverless/
245
+
246
+ # FuseBox cache
247
+ **/.fusebox/
248
+
249
+ # DynamoDB Local files
250
+ **/.dynamodb/
251
+
252
+ # TernJS port file
253
+ **/.tern-port
254
+
255
+ # Stores VSCode versions used for testing VSCode extensions
256
+ **/.vscode-test
257
+
258
+ # yarn v2
259
+ **/.yarn/cache
260
+ **/.yarn/unplugged
261
+ **/.yarn/build-state.yml
262
+ **/.yarn/install-state.gz
263
+ **/.pnp.*
264
+
265
+ # Storybook
266
+ **/.storybook-out
267
+ **/storybook-static
268
+
269
+ # Angular
270
+ **/e2e/
271
+ **/.angular/
272
+
273
+ # React Native
274
+ **/ios/Pods/
275
+ **/android/app/build/
276
+
277
+ # Expo
278
+ **/.expo/
279
+ **/dist/
280
+ **/npm-debug.*
281
+ **/yarn-error.*
282
+ **/.expo-shared
283
+
284
+ # ==============================================================================
285
+ # JAVA
286
+ # ==============================================================================
287
+ **/*.class
288
+ **/*.log
289
+ **/*.ctxt
290
+ **/.mtj.tmp/
291
+ **/*.jar
292
+ **/*.war
293
+ **/*.nar
294
+ **/*.ear
295
+ **/*.zip
296
+ **/*.tar.gz
297
+ **/*.rar
298
+ **/hs_err_pid*
299
+ **/replay_pid*
300
+
301
+ # Maven
302
+ **/target/
303
+ **/pom.xml.tag
304
+ **/pom.xml.releaseBackup
305
+ **/pom.xml.versionsBackup
306
+ **/pom.xml.next
307
+ **/release.properties
308
+ **/dependency-reduced-pom.xml
309
+ **/buildNumber.properties
310
+ **/.mvn/timing.properties
311
+ **/.mvn/wrapper/maven-wrapper.jar
312
+
313
+ # Gradle
314
+ **/.gradle/
315
+ **/build/
316
+ **/.gradletasknamecache
317
+ **/gradle-app.setting
318
+
319
+ # IntelliJ IDEA
320
+ **/.idea/
321
+ **/*.iws
322
+ **/*.iml
323
+ **/*.ipr
324
+ **/out/
325
+
326
+ # Eclipse
327
+ **/.apt_generated
328
+ **/.classpath
329
+ **/.factorypath
330
+ **/.project
331
+ **/.settings
332
+ **/.springBeans
333
+ **/.sts4-cache
334
+ **/bin/
335
+ **/tmp/
336
+ **/*.tmp
337
+ **/*.bak
338
+ **/*.swp
339
+ **/*~.nib
340
+ **/local.properties
341
+ **/.metadata
342
+ **/.loadpath
343
+ **/.recommenders
344
+
345
+ # NetBeans
346
+ **/nbproject/private/
347
+ **/.nbbuild/
348
+ **/dist/
349
+ **/nbdist/
350
+ **/.nb-gradle/
351
+
352
+ # VS Code
353
+ **/.vscode/
354
+
355
+ # ==============================================================================
356
+ # C / C++
357
+ # ==============================================================================
358
+ # Prerequisites
359
+ **/*.d
360
+
361
+ # Object files
362
+ **/*.o
363
+ **/*.ko
364
+ **/*.obj
365
+ **/*.elf
366
+
367
+ # Linker output
368
+ **/*.ilk
369
+ **/*.map
370
+ **/*.exp
371
+
372
+ # Precompiled Headers
373
+ **/*.gch
374
+ **/*.pch
375
+
376
+ # Libraries
377
+ **/*.lib
378
+ **/*.a
379
+ **/*.la
380
+ **/*.lo
381
+
382
+ # Shared objects (inc. Windows DLLs)
383
+ **/*.dll
384
+ **/*.so
385
+ **/*.so.*
386
+ **/*.dylib
387
+
388
+ # Executables
389
+ **/*.exe
390
+ **/*.out
391
+ **/*.app
392
+ **/*.i*86
393
+ **/*.x86_64
394
+ **/*.hex
395
+
396
+ # Debug files
397
+ **/*.dSYM/
398
+ **/*.su
399
+ **/*.idb
400
+ **/*.pdb
401
+
402
+ # Kernel Module Compile Results
403
+ **/*.mod*
404
+ **/*.cmd
405
+ **/.tmp_versions/
406
+ **/modules.order
407
+ **/Module.symvers
408
+ **/Mkfile.old
409
+ **/dkms.conf
410
+
411
+ # CMake
412
+ **/CMakeLists.txt.user
413
+ **/CMakeCache.txt
414
+ **/CMakeFiles
415
+ **/CMakeScripts
416
+ **/Testing
417
+ **/Makefile
418
+ **/cmake_install.cmake
419
+ **/install_manifest.txt
420
+ **/compile_commands.json
421
+ **/CTestTestfile.cmake
422
+ **/_deps
423
+
424
+ # Conan
425
+ **/conanfile.txt
426
+ **/conandata.yml
427
+ **/conan.lock
428
+ **/.conan/
429
+
430
+ # ==============================================================================
431
+ # C# / .NET
432
+ # ==============================================================================
433
+ **/bin/
434
+ **/obj/
435
+ **/out/
436
+ **/*.user
437
+ **/*.suo
438
+ **/*.sln.docstates
439
+ **/*.userprefs
440
+ **/*.pidb
441
+ **/*.booproj
442
+ **/.vs/
443
+ **/packages/
444
+ **/TestResults/
445
+ **/*.Cache
446
+ **/ClientBin/
447
+ **/*_i.c
448
+ **/*_p.c
449
+ **/*_h.h
450
+ **/*.ilk
451
+ **/*.meta
452
+ **/*.obj
453
+ **/*.iobj
454
+ **/*.pch
455
+ **/*.pdb
456
+ **/*.ipdb
457
+ **/*.pgc
458
+ **/*.pgd
459
+ **/*.rsp
460
+ **/*.sbr
461
+ **/*.tlb
462
+ **/*.tli
463
+ **/*.tlh
464
+ **/*.tmp
465
+ **/*.tmp_proj
466
+ **/*_wpftmp.csproj
467
+ **/*.log
468
+ **/*.vspscc
469
+ **/*.vssscc
470
+ **/.builds
471
+ **/*.pidb
472
+ **/*.svclog
473
+ **/*.scc
474
+
475
+ # ==============================================================================
476
+ # GO
477
+ # ==============================================================================
478
+ # Binaries for programs and plugins
479
+ **/*.exe
480
+ **/*.exe~
481
+ **/*.dll
482
+ **/*.so
483
+ **/*.dylib
484
+
485
+ # Test binary, built with `go test -c`
486
+ **/*.test
487
+
488
+ # Output of the go coverage tool
489
+ **/*.out
490
+
491
+ # Dependency directories
492
+ **/vendor/
493
+
494
+ # Go workspace file
495
+ **/go.work
496
+
497
+ # ==============================================================================
498
+ # RUST
499
+ # ==============================================================================
500
+ # Generated by Cargo
501
+ **/target/
502
+
503
+ # Remove Cargo.lock from gitignore if creating an executable
504
+ # Cargo.lock
505
+
506
+ # These are backup files generated by rustfmt
507
+ **/*.rs.bk
508
+
509
+ # MSVC Windows builds of rustc
510
+ **/*.pdb
511
+
512
+ # ==============================================================================
513
+ # PHP
514
+ # ==============================================================================
515
+ **/vendor/
516
+ **/node_modules/
517
+ **/npm-debug.log
518
+ **/yarn-error.log
519
+
520
+ # Laravel specific
521
+ **/.env
522
+ **/storage/*.key
523
+ **/Homestead.yaml
524
+ **/Homestead.json
525
+ **/.vagrant
526
+ **/.phpunit.result.cache
527
+
528
+ # Symfony specific
529
+ **/.env.local
530
+ **/.env.local.php
531
+ **/.env.*.local
532
+ **/config/secrets/prod/prod.decrypt.private.php
533
+ **/public/bundles/
534
+ **/var/
535
+ **/vendor/
536
+
537
+ # Composer
538
+ **/composer.phar
539
+ **/composer.lock
540
+
541
+ # ==============================================================================
542
+ # RUBY
543
+ # ==============================================================================
544
+ **/*.gem
545
+ **/*.rbc
546
+ **/.config
547
+ **/coverage/
548
+ **/InstalledFiles
549
+ **/pkg/
550
+ **/spec/reports/
551
+ **/spec/examples.txt
552
+ **/test/tmp/
553
+ **/test/version_tmp/
554
+ **/tmp/
555
+ **/.yardoc/
556
+ **/_yardoc/
557
+ **/doc/
558
+ **/.bundle/
559
+ **/vendor/bundle
560
+ **/lib/bundler/man/
561
+ **/.rbenv-version
562
+ **/.rvmrc
563
+ **/.ruby-version
564
+ **/.ruby-gemset
565
+ **/Gemfile.lock
566
+
567
+ # Rails
568
+ **/log/
569
+ **/tmp/
570
+ **/db/*.sqlite3
571
+ **/db/*.sqlite3-journal
572
+ **/db/*.sqlite3-*
573
+ **/public/system/
574
+ **/coverage/
575
+ **/spec/tmp/
576
+ **/.sass-cache/
577
+ **/capybara-*.html
578
+ **/.rspec
579
+ **/.generators
580
+ **/.rakeTasks
581
+
582
+ # ==============================================================================
583
+ # DATABASES
584
+ # ==============================================================================
585
+ **/*.db
586
+ **/*.sqlite
587
+ **/*.sqlite3
588
+ **/*.db-shm
589
+ **/*.db-wal
590
+
591
+ # MySQL
592
+ **/mysql-bin.*
593
+
594
+ # PostgreSQL
595
+ **/*.backup
596
+ **/*.sql
597
+
598
+ # MongoDB
599
+ **/dump/
600
+
601
+ # Redis
602
+ **/dump.rdb
603
+
604
+ # ==============================================================================
605
+ # DEVOPS & CONTAINERS
606
+ # ==============================================================================
607
+ # Docker
608
+ **/Dockerfile*
609
+ **/.dockerignore
610
+ **/docker-compose*.yml
611
+ **/.docker/
612
+
613
+ # Kubernetes
614
+ **/*.kubeconfig
615
+
616
+ # Terraform
617
+ **/*.tfstate
618
+ **/*.tfstate.*
619
+ **/.terraform/
620
+ **/.terraform.lock.hcl
621
+ **/terraform.tfvars
622
+ **/terraform.tfvars.json
623
+ **/*.tfplan
624
+ **/*.tfstate.backup
625
+
626
+ # Vagrant
627
+ **/.vagrant/
628
+ **/*.box
629
+
630
+ # Ansible
631
+ **/retry files
632
+ **/*.retry
633
+
634
+ # ==============================================================================
635
+ # OPERATING SYSTEMS
636
+ # ==============================================================================
637
+ # Windows
638
+ **/Thumbs.db
639
+ **/Thumbs.db:encryptable
640
+ **/ehthumbs.db
641
+ **/ehthumbs_vista.db
642
+ **/*.stackdump
643
+ **/$RECYCLE.BIN/
644
+ **/Desktop.ini
645
+
646
+ # macOS
647
+ **/.DS_Store
648
+ **/.AppleDouble
649
+ **/.LSOverride
650
+ **/Icon
651
+ **/.DocumentRevisions-V100
652
+ **/.fseventsd
653
+ **/.Spotlight-V100
654
+ **/.TemporaryItems
655
+ **/.Trashes
656
+ **/.VolumeIcon.icns
657
+ **/.com.apple.timemachine.donotpresent
658
+ **/.AppleDB
659
+ **/.AppleDesktop
660
+ **/Network Trash Folder
661
+ **/Temporary Items
662
+ **/.apdisk
663
+
664
+ # Linux
665
+ **/*~
666
+ **/.fuse_hidden*
667
+ **/.directory
668
+ **/.Trash-*
669
+ **/.nfs*
670
+
671
+ # ==============================================================================
672
+ # IDEs & EDITORS
673
+ # ==============================================================================
674
+ # Visual Studio Code
675
+ **/.vscode/
676
+ **/*.code-workspace
677
+ **/.history/
678
+
679
+ # Visual Studio
680
+ **/.vs/
681
+ **/bin/
682
+ **/obj/
683
+ **/*.user
684
+ **/*.suo
685
+
686
+ # IntelliJ IDEA
687
+ **/.idea/
688
+ **/*.iws
689
+ **/*.iml
690
+ **/*.ipr
691
+
692
+ # Eclipse
693
+ **/.metadata
694
+ **/bin/
695
+ **/tmp/
696
+ **/*.tmp
697
+ **/*.bak
698
+ **/*.swp
699
+ **/*~.nib
700
+ **/local.properties
701
+ **/.settings/
702
+ **/.loadpath
703
+ **/.recommenders
704
+ **/.apt_generated/
705
+ **/.apt_generated_test/
706
+ **/.cache-main
707
+ **/.scala_dependencies
708
+ **/.worksheet
709
+
710
+ # NetBeans
711
+ **/nbproject/private/
712
+ **/.nbbuild/
713
+ **/dist/
714
+ **/nbdist/
715
+ **/.nb-gradle/
716
+ **/build/
717
+
718
+ # Sublime Text
719
+ **/*.sublime-workspace
720
+ **/*.sublime-project
721
+
722
+ # Vim
723
+ **/*.swp
724
+ **/*.swo
725
+ **/*~
726
+ **/.netrwhist
727
+ **/tags
728
+
729
+ # Emacs
730
+ **/*~
731
+ **/#*#
732
+ **/.#*
733
+ **/.emacs.desktop
734
+ **/.emacs.desktop.lock
735
+ **/*.elc
736
+ **/auto-save-list
737
+ **/tramp
738
+ **/.org-id-locations
739
+ **/*_archive
740
+ **/*_flymake.*
741
+ **/flycheck_*.el
742
+ **/.dir-locals.el
743
+ **/.projectile
744
+
745
+ # Atom
746
+ **/.atom/
747
+
748
+ # ==============================================================================
749
+ # LOGS & TEMPORARY FILES
750
+ # ==============================================================================
751
+ **/logs/
752
+ **/*.log
753
+ **/log/
754
+ **/debug/
755
+ **/tmp/
756
+ **/temp/
757
+ **/.tmp/
758
+ **/.temp/
759
+ **/crash.log
760
+ **/error.log
761
+ **/access.log
762
+ **/combined.log
763
+ **/npm-debug.log*
764
+ **/yarn-debug.log*
765
+ **/yarn-error.log*
766
+
767
+ # ==============================================================================
768
+ # SECURITY & CREDENTIALS
769
+ # ==============================================================================
770
+ **/.env*
771
+ !**/.env.example
772
+ !**/.env.template
773
+ **/*.pem
774
+ **/*.key
775
+ **/*.p12
776
+ **/*.pfx
777
+ **/*.jks
778
+ **/*.keystore
779
+ **/secrets/
780
+ **/credentials/
781
+ **/.secrets/
782
+ **/.credentials/
783
+ **/auth.json
784
+ **/service-account*.json
785
+ **/.gcloud/
786
+ **/.aws/
787
+ **/.azure/
788
+
789
+ # ==============================================================================
790
+ # BACKUP & ARCHIVE FILES
791
+ # ==============================================================================
792
+ **/*.bak
793
+ **/*.backup
794
+ **/*.old
795
+ **/*.orig
796
+ **/*.rej
797
+ **/*.swp
798
+ **/*.swo
799
+ **/*~
800
+ **/*.tmp
801
+ **/*.temp
802
+ **/.DS_Store?
803
+ **/._*
804
+ **/*.zip
805
+ **/*.rar
806
+ **/*.7z
807
+ **/*.tar
808
+ **/*.gz
809
+ **/*.tgz
810
+ **/*.tar.gz
811
+ **/*.tar.bz2
812
+ **/*.tar.xz
813
+
814
+ # ==============================================================================
815
+ # CACHE & BUILD ARTIFACTS
816
+ # ==============================================================================
817
+ **/.cache/
818
+ **/cache/
819
+ **/build/
820
+ **/dist/
821
+ **/out/
822
+ **/target/
823
+ **/.next/
824
+ **/.nuxt/
825
+ **/.vuepress/dist/
826
+ **/public/build/
827
+ **/public/hot
828
+ **/public/storage
829
+ **/storage/*.key
830
+ **/bootstrap/cache/
831
+
832
+ # ==============================================================================
833
+ # PACKAGE MANAGERS
834
+ # ==============================================================================
835
+ # npm
836
+ **/node_modules/
837
+ **/package-lock.json
838
+ **/.npm/
839
+
840
+ # Yarn
841
+ **/yarn.lock
842
+ **/.yarn/
843
+ **/.pnp.*
844
+
845
+ # pnpm
846
+ **/pnpm-lock.yaml
847
+ **/.pnpm-store/
848
+
849
+ # Bower
850
+ **/bower_components/
851
+
852
+ # Composer (PHP)
853
+ **/vendor/
854
+ **/composer.lock
855
+
856
+ # Bundler (Ruby)
857
+ **/vendor/bundle/
858
+ **/Gemfile.lock
859
+
860
+ # Maven (Java)
861
+ **/target/
862
+
863
+ # Gradle (Java/Android)
864
+ **/.gradle/
865
+ **/build/
866
+
867
+ # Cargo (Rust)
868
+ **/target/
869
+ **/Cargo.lock
870
+
871
+ # ==============================================================================
872
+ # MISC
873
+ # ==============================================================================
874
+ # Thumbnails
875
+ **/*.jpg:large
876
+ **/*.jpeg:large
877
+ **/*.png:large
878
+ **/*.gif:large
879
+
880
+ # Archive files
881
+ **/*.7z
882
+ **/*.dmg
883
+ **/*.iso
884
+ **/*.jar
885
+ **/*.rar
886
+ **/*.tar
887
+ **/*.zip
888
+
889
+ # ==============================================================================
890
+ # PROJECT SPECIFIC
891
+ # ==============================================================================
892
+ # Add your project-specific ignores here
893
+ # workspace/
894
+ # data/
895
+ # uploads/
896
+ # downloads/
897
+