@@ -111,6 +111,9 @@ flycheck_*.el
111
111
# network security
112
112
/network-security.data
113
113
114
+ # undo-tree
115
+ * .~undo-tree~
116
+
114
117
#
115
118
# FROM: https://raw.githubusercontent.com/sudorook/gitignore/tweak/Global/Linux.gitignore
116
119
#
@@ -210,7 +213,8 @@ GitHub.sublime-settings
210
213
211
214
# Swap
212
215
[._ ]* .s [a-v ][a-z ]
213
- ! * .svg # comment out if you don't need vector files
216
+ # comment out the next line if you don't need vector files
217
+ ! * .svg
214
218
[._ ]* .sw [a-p ]
215
219
[._ ]s [a-rt-v ][a-z ]
216
220
[._ ]ss [a-gi-z ]
@@ -262,12 +266,17 @@ x86/
262
266
[Aa ][Rr ][Mm ]64 /
263
267
[Aa ][Rr ][Mm ]64 [Ee ][Cc ]/
264
268
bld /
265
- [Bb ]in /
266
269
[Oo ]bj /
267
270
[Oo ]ut /
268
271
[Ll ]og /
269
272
[Ll ]ogs /
270
273
274
+ # Build results on 'Bin' directories
275
+ ** /[Bb ]in /*
276
+ # Uncomment if you have tasks that rely on *.refresh files to move binaries
277
+ # (https://github.com/github/gitignore/pull/3736)
278
+ # !**/[Bb]in/*.refresh
279
+
271
280
# Visual Studio 2015/2017 cache/options directory
272
281
.vs /
273
282
# Uncomment if you have tasks that create the project's static files in wwwroot
@@ -279,12 +288,16 @@ Generated\ Files/
279
288
# MSTest test Results
280
289
[Tt ]est [Rr ]esult * /
281
290
[Bb ]uild [Ll ]og. *
291
+ * .trx
282
292
283
293
# NUnit
284
294
* .VisualState.xml
285
295
TestResult.xml
286
296
nunit- * .xml
287
297
298
+ # Approval Tests result files
299
+ * .received. *
300
+
288
301
# Build Results of an ATL Project
289
302
[Dd ]ebugPS /
290
303
[Rr ]eleasePS /
@@ -554,22 +567,22 @@ node_modules/
554
567
_Pvt_Extensions
555
568
556
569
# Paket dependency manager
557
- .paket /paket.exe
570
+ ** / .paket /paket.exe
558
571
paket-files /
559
572
560
573
# FAKE - F# Make
561
- .fake /
574
+ ** / .fake /
562
575
563
576
# CodeRush personal settings
564
- .cr /personal
577
+ ** / .cr /personal
565
578
566
579
# Python Tools for Visual Studio (PTVS)
567
- __pycache__ /
580
+ ** / __pycache__ /
568
581
* .pyc
569
582
570
583
# Cake - Uncomment if you are using it
571
- # tools/**
572
- # !tools/packages.config
584
+ # tools/**
585
+ # !tools/packages.config
573
586
574
587
# Tabs Studio
575
588
* .tss
@@ -591,6 +604,7 @@ ASALocalRun/
591
604
592
605
# MSBuild Binary and Structured Log
593
606
* .binlog
607
+ MSBuild_Logs /
594
608
595
609
# AWS SAM Build and Temporary Artifacts folder
596
610
.aws-sam
@@ -599,10 +613,10 @@ ASALocalRun/
599
613
* .nvuser
600
614
601
615
# MFractors (Xamarin productivity tool) working folder
602
- .mfractor /
616
+ ** / .mfractor /
603
617
604
618
# Local History for Visual Studio
605
- .localhistory /
619
+ ** / .localhistory /
606
620
607
621
# Visual Studio History (VSHistory) files
608
622
.vshistory /
@@ -614,7 +628,7 @@ healthchecksdb
614
628
MigrationBackup /
615
629
616
630
# Ionide (cross platform F# VS Code tools) working folder
617
- .ionide /
631
+ ** / .ionide /
618
632
619
633
# Fody - auto-generated XML schema
620
634
FodyWeavers.xsd
@@ -625,21 +639,21 @@ FodyWeavers.xsd
625
639
! .vscode /tasks.json
626
640
! .vscode /launch.json
627
641
! .vscode /extensions.json
628
- * .code-workspace
642
+ ! .vscode / * .code-snippets
629
643
630
644
# Local History for Visual Studio Code
631
645
.history /
632
646
647
+ # Built Visual Studio Code Extensions
648
+ * .vsix
649
+
633
650
# Windows Installer files from build outputs
634
651
* .cab
635
652
* .msi
636
653
* .msix
637
654
* .msm
638
655
* .msp
639
656
640
- # JetBrains Rider
641
- * .sln.iml
642
-
643
657
#
644
658
# FROM: https://raw.githubusercontent.com/sudorook/gitignore/tweak/Global/Windows.gitignore
645
659
#
@@ -687,7 +701,6 @@ npm-debug.log*
687
701
yarn-debug.log *
688
702
yarn-error.log *
689
703
lerna-debug.log *
690
- .pnpm-debug.log *
691
704
692
705
# Diagnostic reports (https://nodejs.org/api/report.html)
693
706
report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
@@ -739,12 +752,6 @@ web_modules/
739
752
# Optional stylelint cache
740
753
.stylelintcache
741
754
742
- # Microbundle cache
743
- .rpt2_cache /
744
- .rts2_cache_cjs /
745
- .rts2_cache_es /
746
- .rts2_cache_umd /
747
-
748
755
# Optional REPL history
749
756
.node_repl_history
750
757
@@ -756,10 +763,8 @@ web_modules/
756
763
757
764
# dotenv environment variable files
758
765
.env
759
- .env.development.local
760
- .env.test.local
761
- .env.production.local
762
- .env.local
766
+ .env. *
767
+ ! .env.example
763
768
764
769
# parcel-bundler cache (https://parceljs.org/)
765
770
.cache
0 commit comments