diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-04-30 10:01:01 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-04-30 10:01:01 -0600 |
commit | 9e2a0fe9d72bab97c2cd69ff6994148eda22fd35 (patch) | |
tree | 737b6d1495c34d49c2308256518cdcfd87aa9bd0 /.gitignore | |
parent | a31eb389d59e8a209549e6a8bb7537e93e0ce59e (diff) | |
download | wiimmfi-watcher-9e2a0fe9d72bab97c2cd69ff6994148eda22fd35.tar wiimmfi-watcher-9e2a0fe9d72bab97c2cd69ff6994148eda22fd35.tar.gz wiimmfi-watcher-9e2a0fe9d72bab97c2cd69ff6994148eda22fd35.tar.bz2 |
added .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,12 +1,7 @@ *.iml .gradle /local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml +.idea/ .DS_Store /build /captures |