fab9dbb3eb
Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
6 lines
120 B
Text
6 lines
120 B
Text
assets/*
|
|
!assets/.gitignore
|
|
protected/runtime/*
|
|
!protected/runtime/.gitignore
|
|
protected/data/*.db
|
|
themes/classic/views/
|