1
0
فهرست منبع

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 11 سال پیش
والد
کامیت
46ce34ec4f
2فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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