mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Fix .gitignore files
This commit is contained in:
committed by
Fabien Potencier
parent
a067bebf03
commit
d53ebf5d85
@@ -13,6 +13,6 @@
|
||||
"JWT_PASSPHRASE": "%generate(secret)%"
|
||||
},
|
||||
"gitignore": [
|
||||
"%CONFIG_DIR%/jwt/*.pem"
|
||||
"/%CONFIG_DIR%/jwt/*.pem"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
"#TRUSTED_HOSTS": "localhost,example.com"
|
||||
},
|
||||
"gitignore": [
|
||||
".env",
|
||||
"/public/bundles/",
|
||||
"/var/",
|
||||
"/.env",
|
||||
"/%PUBLIC_DIR%/bundles/",
|
||||
"/%VAR_DIR%/",
|
||||
"/vendor/"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"Symfony\\Bundle\\WebServerBundle\\WebServerBundle": ["dev"]
|
||||
},
|
||||
"gitignore": [
|
||||
".web-server-pid"
|
||||
"/.web-server-pid"
|
||||
],
|
||||
"aliases": ["web-server", "server"]
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"aliases": ["encore", "webpack", "webpack-encore"],
|
||||
"gitignore": [
|
||||
"/node_modules/",
|
||||
"/public/build/"
|
||||
"/%PUBLIC_DIR%/build/"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user