mirror of
https://github.com/kennethreitz-archive/gitignore.git
synced 2026-06-05 23:30:18 +00:00
d4fb0f1cd0
Ignore application logs/cache, uploads and published bundle assets.
5 lines
47 B
Plaintext
5 lines
47 B
Plaintext
*/logs/*
|
|
*/cache/*
|
|
web/uploads/*
|
|
web/bundles/*
|