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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.npmignore3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2bd79bf93..d06592186 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ npm-debug.log
/release/
/npm-*.tgz
/node_modules/npm-registry-client/test/fixtures
+*.pyc
diff --git a/.npmignore b/.npmignore
index bd0982f2e..6c258eaa0 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,4 +1,5 @@
*.swp
+.*.swp
npm-debug.log
/test/bin
/test/output.log
@@ -20,3 +21,5 @@ html/*.png
!.npmignore
/npm-*.tgz
+
+*.pyc