Explorar el Código

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 hace 11 años
padre
commit
46ce34ec4f
Se han modificado 2 ficheros con 1 adiciones y 0 borrados
  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