ソースを参照

:fire: ignoring _generated data with dir wildcard

tags/0.0.1
j 4年前
コミット
c7e8ff7595
2個のファイルの変更2行の追加1行の削除
  1. 1
    1
      .gitignore
  2. 1
    0
      backend/db/_generated.js

+ 1
- 1
.gitignore ファイルの表示

5
 *.local
5
 *.local
6
 **/.env
6
 **/.env
7
 .nyc_output
7
 .nyc_output
8
-_generated.js
8
+**/_generated.js

+ 1
- 0
backend/db/_generated.js ファイルの表示

4
  *
4
  *
5
  * You MUST first run npm run generate!
5
  * You MUST first run npm run generate!
6
  */
6
  */
7
+asdfasdf

読み込み中…
キャンセル
保存