12 lines
196 B
Plaintext
Executable File
12 lines
196 B
Plaintext
Executable File
# Ignore the .git directory when using `tree --gitignore -a`.
|
|
/.git
|
|
|
|
# Ignore environment variable files containing secrets.
|
|
/.env
|
|
|
|
# Docker volumes
|
|
/velocity/data/*
|
|
/luckperms/data/*
|
|
|
|
!/**/.keep
|