diff options
author | Devine Lu Linvega <[email protected]> | 2018-02-15 09:41:02 +1300 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-02-15 09:41:02 +1300 |
commit | d1a94697196083e00f59805fa2ba4f5a71407f35 (patch) | |
tree | 5c63432aae5bb237372a0b2ca5a55b2f306a9a42 /.gitignore | |
parent | fc3b4955398cd7622a636fc0e15db2f7e8f5b891 (diff) | |
download | Orca-d1a94697196083e00f59805fa2ba4f5a71407f35.tar.gz Orca-d1a94697196083e00f59805fa2ba4f5a71407f35.zip |
Init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e380f1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +builds/ +.DS_Store +*/.DS_Store |