mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Updated, referencing #2185
This commit is contained in:
parent
2e2f9c1f72
commit
f86fcf1e9b
20
.gitignore
vendored
20
.gitignore
vendored
@ -1,4 +1,16 @@
|
|||||||
!**/*.markdown
|
**/*~
|
||||||
!**/*.md
|
**/*#
|
||||||
!**/*.csv
|
**/*#*
|
||||||
!**/*.erb
|
**/*.swp
|
||||||
|
**/*.swo
|
||||||
|
**/*.bak
|
||||||
|
**/*.log*
|
||||||
|
**/*.sublime-workspace
|
||||||
|
**/.DS_Store
|
||||||
|
**/.DS_Store?
|
||||||
|
**/._*
|
||||||
|
**/.Spotlight-V100
|
||||||
|
**/.Trashes
|
||||||
|
**/ehthumbs.db
|
||||||
|
**/Thumbs.db
|
||||||
|
**/desktop.ini
|
Loading…
Reference in New Issue
Block a user