Skip to content

Commit

Permalink
Update GitIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Jan 23, 2025
1 parent 158ec9a commit d4e3d11
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ __pycache__/
*.py[cod]
*.pyc
*$py.class
**/dist
/tmp
/out-tsc
/bazel-out

Expand Down Expand Up @@ -110,7 +108,6 @@ celerybeat.pid
# Environments
.env
.venv
.venv*
env/
venv/
ENV/
Expand All @@ -135,6 +132,14 @@ dmypy.json
# Pyre type checker
.pyre/

# Terraform
*.tfvars
*.tfvars.json
.terraform.lock.hcl
**/.terraform/*
*.tfstate
*.tfstate.backup

# macOS
.DS_Store

Expand All @@ -145,28 +150,18 @@ dmypy.json
language/examples/prompt-design/train.csv
README-TOC*.md

## gemini/sample-apps/e2e-gen-ai-app-starter-pack specific
gemini/sample-apps/e2e-gen-ai-app-starter-pack/**/.persist_vector_store
gemini/sample-apps/e2e-gen-ai-app-starter-pack/.saved_chats/
gemini/sample-apps/e2e-gen-ai-app-starter-pack/.streamlit_chats/
gemini/sample-apps/e2e-gen-ai-app-starter-pack/**/my_env.tfvars
gemini/sample-apps/e2e-gen-ai-app-starter-pack/tests/load_test/.results
gemini/sample-apps/e2e-gen-ai-app-starter-pack/tests/load_test/.results

# Terraform
terraform.tfstate**
.terraform*
.Terraform*

tmp*

# Node
**/node_modules
npm-debug.log
yarn-error.log

# IDEs and editors
.idea/
.project
.classpath
.c9/
Expand All @@ -184,15 +179,19 @@ yarn-error.log

# Miscellaneous
**/.angular/*
/.angular/cache
.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings

# System files
.DS_Store
tmp*
Thumbs.db
*.vscode*

#folders
data/

# files
scratchpad.md

0 comments on commit d4e3d11

Please sign in to comment.