gitlab/tmp/.gitignore
Mark Chao 0922021b98 Speed up git status by refactoring gitignore
Time taken changed from 1.3s to 1s.
2021-01-14 14:12:37 +08:00

11 lines
150 B
Plaintext

*
!.gitignore
!.gitkeep
# explicitly list ignored sub directories to speed up performance
/cache/
/capybara/
/letter_opener/
/rubocop_cache/
/tests/