Parcourir la source

Deplacement regle gitignore pour node dans le gitignore de node

Arthur Brandao il y a 5 ans
Parent
commit
c62100b8b5
2 fichiers modifiés avec 3 ajouts et 5 suppressions
  1. 0 2
      .gitignore
  2. 3 3
      node/.gitignore

+ 0 - 2
.gitignore

@@ -1,3 +1 @@
 .idea/
-node/data/*.fdata
-node/data/*.db

+ 3 - 3
node/.gitignore

@@ -1,3 +1,3 @@
-/node_modules
-/data/loquicompta.db
-/data/files
+node_modules/
+data/*.fdata
+data/*.db