Tobi Ripperger 4 年之前
父節點
當前提交
5ce1b28963
共有 2 個文件被更改,包括 26 次插入0 次删除
  1. 1 0
      .gitignore
  2. 25 0
      dechef-helloworld/manifest.json

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.idea/

+ 25 - 0
dechef-helloworld/manifest.json

@@ -0,0 +1,25 @@
+{
+  "bundles": {
+    "Dechef\\Bundle\\TestBundle": ["all"]
+  },
+  "copy-from-recipe": {
+    "config/": "%CONFIG_DIR%/",
+    "public/": "%PUBLIC_DIR%/",
+    "src/": "%SRC_DIR%/"
+  },
+  "composer-scripts": {
+    "make cache-warmup": "script",
+    "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
+  },
+  "env": {
+    "APP_ENV": "dev",
+    "APP_DEBUG": "1",
+    "APP_SECRET": "%generate(secret)%"
+  },
+  "gitignore": [
+    ".env",
+    "/public/bundles/",
+    "/var/",
+    "/vendor/"
+  ]
+}