소스 검색

Deplacement regle gitignore pour node dans le gitignore de node

Arthur Brandao 5 년 전
부모
커밋
c62100b8b5
2개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  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