This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2024-12-29 02:35:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ea5e498544
gitignore
/
Symfony2.gitignore
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Cleaner and also safer gitignore. Dodges vendors dir entirely and also removes sensitive data found in parameters.ini.
2011-08-04 19:41:51 +08:00
app/bootstrap*
Symfony2 gitignore Ignore application logs/cache, uploads and published bundle assets.
2010-12-14 00:49:29 +08:00
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*
Cleaner and also safer gitignore. Dodges vendors dir entirely and also removes sensitive data found in parameters.ini.
2011-08-04 19:41:51 +08:00
vendor/
app/config/parameters.ini
Reference in New Issue
Copy Permalink