diff options
| author | Husam Salhab <47015061+hsalhab@users.noreply.github.com> | 2020-06-26 20:55:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-26 20:55:40 -0400 |
| commit | 5c243b512343549b54dce69bf11ff4851056f26e (patch) | |
| tree | 521cd4e67af4b3281163747a749d12be6cbf41a5 /.gitignore | |
| parent | cdbf153a09e20b3483926bf2cd80d600105fbeae (diff) | |
| parent | f77647f66d409b0a5cf56e312dc48f04553a3530 (diff) | |
Merge pull request #8 from leonyjiang/gitignore-prtemplate-updates
[N/A] Update gitignore & PR template
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -33,6 +33,13 @@ local.properties # .vscode/ +# Sublime Text +# +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache +*.sublime-workspace + # node.js # node_modules/ |
