1
0
Prechádzať zdrojové kódy

Add .gitignore
starting

Herbert Vojčík 10 rokov pred
rodič
commit
747baa6ebd
1 zmenil súbory, kde vykonal 11 pridanie a 0 odobranie
  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/