Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index db2597b042b..160b96f74a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,8 +47,8 @@
/config_fips.gypi
# === Rules for MSVS artifacts ===
-/Debug
-/Release
+Debug/
+Release/
*.sln
*.suo
*.vcxproj*