Browse Source

Switch "my" model to "symlink via npm" model.

Herby Vojčík 5 years ago
parent
commit
c65094d2d2
2 changed files with 0 additions and 3 deletions
  1. 0 1
      rename.json
  2. 0 2
      root/gitignore-file

+ 0 - 1
rename.json

@@ -1,7 +1,6 @@
 {
   "gitignore-file": ".gitignore",
   "localamdjson-file": "local.amd.json",
-  "my/gitignore-file": "my/.gitignore",
   "src/name.js": "src/{%= name %}.js",
   "src/name.st": "src/{%= name %}.st",
   "src/test.js": "src/{%= name %}-Tests.js",

+ 0 - 2
root/gitignore-file

@@ -1,8 +1,6 @@
 /node_modules/
 /bower_components/
 
-/my/
-
 /test_runner.js
 
 /config.js