diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-28 13:51:58 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-28 13:51:58 -0400 |
| commit | 849fbf35af0eace236e40a159ede58bd76cff8a9 (patch) | |
| tree | 5371f6f08723245edaabc34eb1efd45ddc030b93 /.gitignore | |
| parent | 6404505c1d46854533899158da912697c6f0ff00 (diff) | |
ignore updates
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,7 @@ # Specifies intentionally untracked files to ignore when using Git # http://git-scm.com/docs/gitignore +*.swp ionic.project www/lib/ desktop/ @@ -10,7 +11,7 @@ release_files/ plugins/* engine/ /ionic.project -.DS_Store +**/.DS_Store zmNinja.sublime-project zmNinja.sublime-workspace .vscode/ @@ -18,3 +19,5 @@ typings/ jsconfig.json package-lock.json + + |
