ソースを参照

completed panel

master
alireza 2ヶ月前
コミット
4969e578de
1個のファイルの変更15行の追加2行の削除
  1. +15
    -2
      .gitignore

+ 15
- 2
.gitignore ファイルの表示

@@ -1,3 +1,16 @@
node_modules/
dist/
.env
.env.local
.env.*.local

/dist
/build
/dist-*
/build-*

/node_modules

*.log
npm-debug.log*

.DS_Store
Thumbs.db

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