SKILLS/.gitignore

16 lines
158 B
Plaintext

# Ignore everything by default
*
# Keep all directories
!*/
# Keep specific file types
!*.md
!*.py
!*.js
!*.json
!*.css
# Keep root .gitignore
!.gitignore