added gitignore

pull/128/head
chd 3 years ago
parent 9c42c1a751
commit ec9cc549dd

11
.gitignore vendored

@ -1,2 +1,11 @@
# Ignore everything. We'll whitelist what we want to pull in.
/*
/*/
.DS_Store
# Git meta files
!.gitignore
!.gitattributes
!README.md
# Whitelisted directories/files
!/charles15
Loading…
Cancel
Save