Skip to content

Commit 9ac093c

Browse files
author
SomaticIT
committed
Optimize .gitignore
1 parent 81f78ff commit 9ac093c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.gitignore

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,10 @@ local.properties
3636
## Ignore Visual Studio temporary files, build results, and
3737
## files generated by popular Visual Studio add-ons.
3838

39-
# NodeJS
40-
node_modules
41-
npm-debug.log
42-
4339
# User-specific files
4440
*.suo
4541
*.user
4642
*.sln.docstates
47-
*.sln
48-
*.csproj
4943

5044
# Build results
5145
[Dd]ebug/
@@ -68,10 +62,13 @@ npm-debug.log
6862
*.vspscc
6963
.builds
7064
*.dotCover
65+
66+
# Projects files
7167
*.sln
68+
*.csproj
7269

7370
## TODO: If you have NuGet Package Restore enabled, uncomment this
74-
#packages/
71+
packages/
7572

7673
# Visual C++ cache files
7774
ipch/
@@ -121,7 +118,9 @@ _UpgradeReport_Files/
121118
Backup*/
122119
UpgradeLog*.XML
123120

124-
121+
# NodeJS
122+
node_modules
123+
npm-debug.log
125124

126125
############
127126
## Windows

0 commit comments

Comments
 (0)