1
0
Pārlūkot izejas kodu

Add .gitignore
starting

Herbert Vojčík 10 gadi atpakaļ
vecāks
revīzija
747baa6ebd
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  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/