Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit b3b2de2

Browse files
authored
Merge pull request #569 from ficristo/update-gitignore
Update .gitignore
2 parents 1e73889 + b990d72 commit b3b2de2

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

.gitignore

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ xcodebuild/*
66
/npm-debug.log
77
/downloads
88

9-
appshell.xcodeproj
10-
Brackets.vcxproj
11-
appshell.sln
12-
libcef_dll_wrapper.vcxproj
9+
*.xcodeproj
10+
*.VC.db
11+
*.VC.VC.opendb
12+
.vs/
13+
.vscode/
14+
*.vcxproj
15+
*.vcxproj.filters
16+
*.vcxproj.user
17+
*.sln
1318

1419
*.pbxuser
1520
*.perspective
@@ -24,8 +29,6 @@ libcef_dll_wrapper.vcxproj
2429
*.sdf
2530
*.opensdf
2631
*.suo
27-
*.vcxproj.filters
28-
*.vcxproj.user
2932
*.log
3033
*.dmg
3134

@@ -51,8 +54,7 @@ fr-fr.mst
5154
appshell_extensions_js.o
5255
Makefile
5356
appshell.Makefile
54-
Brackets.target.mk
55-
libcef_dll_wrapper.target.mk
57+
*.target.mk
5658
appshell/gtk
5759
appshell/gtk/*
5860

0 commit comments

Comments
 (0)