Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-06-05 14:04:33 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-06-05 14:04:33 +0300
commit786fd39492e4f3c12bef315dda0ee3db9ccd449f (patch)
tree9479eb08184e6d1903f91351bf53582ddaa9933f
parent9853322b7431ecf21d535f58d67f3ee525ee40e5 (diff)
Add .gitignore file
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d6e7aa6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+
+# Created by https://www.gitignore.io/api/macos
+# Edit at https://www.gitignore.io/?templates=macos
+
+### macOS ###
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+# End of https://www.gitignore.io/api/macos