1
0
Pārlūkot izejas kodu

.gitignore for each submodule

Herby Vojčík 5 gadi atpakaļ
vecāks
revīzija
6bc48c0657
2 mainītis faili ar 22 papildinājumiem un 0 dzēšanām
  1. 11 0
      cli/.gitignore
  2. 11 0
      sdk/.gitignore

+ 11 - 0
cli/.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/

+ 11 - 0
sdk/.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/