1
0
Herbert Vojčík преди 10 години
родител
ревизия
747baa6ebd
променени са 1 файла, в които са добавени 11 реда и са изтрити 0 реда
  1. 11 0
      .gitignore

+ 11 - 0
.gitignore

@@ -0,0 +1,11 @@
+# Ignoring Mac Finder files
+.DS_Store
+
+# In case amber is also saved in a local Subversion
+.svn
+
+# Ignoring local NPM modules
+node_modules/
+
+# Ignoring local bower modules
+bower_components/