Browse Source

Deplacement regle gitignore pour node dans le gitignore de node

Arthur Brandao 5 years ago
parent
commit
c62100b8b5
2 changed files with 3 additions and 5 deletions
  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