We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f233afe commit abb75abCopy full SHA for abb75ab
.gitignore
@@ -1,16 +1,30 @@
1
-*.sdf
2
-*.sln
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
3
+
4
+# User-specific files
5
*.suo
6
+*.user
7
+*.userosscache
8
+*.sln.docstates
9
10
+# Visual Studio 2015 cache/options directory
11
+.vs/
12
13
+# Visual C++ cache files
14
+*.aps
15
+*.ncb
16
+*.opendb
17
+*.opensdf
18
+*.sdf
19
+*.cachefile
20
*.obj
21
*.tlog
22
+*.exp
23
24
+# Build Results/artifacts
25
+NppJSONViewer/Build/
26
*.dll
27
*.lib
-*.exp
-NppJSONViewer/Debug
-NppJSONViewer/Release
-NppJSONViewer/x64
-NppJSONViewer/Win32
-NppJSONViewer/NppJSONViewer.vcxproj.user
-*.aps
28
29
+# Others
30
*.zip
-.vs/
0 commit comments