mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 22:04:02 -07:00
Added untracked files to ignore in .gitignore
This commit is to append untracked files to ignore in the .gitignore file. Signed-off-by: Geunsik Lim <leemgs@gmail.com>
This commit is contained in:
parent
fc097e1f08
commit
9866a60faa
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1 +1,10 @@
|
||||||
config.env
|
config.env
|
||||||
|
|
||||||
|
|
||||||
|
# Codegen Models
|
||||||
|
models/*
|
||||||
|
|
||||||
|
# VisualStudioCode
|
||||||
|
.vscode
|
||||||
|
.vscode/*
|
||||||
|
.history
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue