1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

ignore .md and .git

This commit is contained in:
Earu 2019-04-04 18:25:20 +02:00
parent 1c6043864b
commit 35bdee529b

View File

@ -5,6 +5,8 @@
"ignore": [
"*.psd",
"*.vcproj",
"*.svn*"
"*.svn*",
"*.md",
".git/*"
]
}