This website requires JavaScript.
Explore
Help
Sign In
caleb-brown
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2025-01-22 08:19:13 -05: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 07:41:51 -04:00
app/bootstrap*
Symfony2 gitignore Ignore application logs/cache, uploads and published bundle assets.
2010-12-13 11:49:29 -05: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 07:41:51 -04:00
vendor/
app/config/parameters.ini
Reference in New Issue
Copy Permalink