17 lines
208 B
Plaintext
17 lines
208 B
Plaintext
# Git-related files and directories
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Specific paths
|
|
/app/src/api/vendor
|
|
/app/src/api/log
|
|
|
|
# Common files to ignore
|
|
README.md
|
|
LICENSE
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|