Browse Source

Fix creating .npmignore instead of .gitignore.

This is in fact npm bug or feature - each .gitignore, even deeper one,
is changed to .npmignore upon `npm publish`.

Renamed .gitignore to different name and added item to rename.json
so it is still saved as .gitignore.
Herbert Vojčík 10 years ago
parent
commit
46ce34ec4f
2 changed files with 1 additions and 0 deletions
  1. 1 0
      rename.json
  2. 0 0
      root/gitignore-file

+ 1 - 0
rename.json

@@ -1,4 +1,5 @@
 {
+  "gitignore-file": ".gitignore",
   "src/name.js": "src/{%= name %}.js",
   "src/name.st": "src/{%= name %}.st"
 }

+ 0 - 0
root/.gitignore → root/gitignore-file