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

github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserg <contact@sergfurtak.com>2018-06-01 16:16:23 +0300
committerserg <contact@sergfurtak.com>2018-06-01 16:16:23 +0300
commitf3cd0ecac6eb8e66b5cd1d5438914d61f01f2654 (patch)
treef5e53b6b40d1492cd49b2ff046423ae2199406c5
parent1932f1ce19f3cf581b5891c6fb6bbb8886036d92 (diff)
add .gitignore file
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6f069aa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+.DS_Store
+Thumbs.db
+
+.buildpath
+.project
+.settings/
+.build/
+.idea/
+nbproject
+
+public \ No newline at end of file