This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-12-27 15:20:16 +01:00
Code
Issues
Releases
Wiki
Activity
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 06:41:51 -05: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 06:41:51 -05:00
vendor/
app/config/parameters.ini
Reference in New Issue
Copy Permalink