Skip to content

Commit

Permalink
conf: ⚙️ ignore some files from git
Browse files Browse the repository at this point in the history
  • Loading branch information
philippart-s authored and titimoby committed Oct 2, 2024
1 parent 7cbd31e commit 59e85f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ containers-orchestration/managed-kubernetes/create-cluster-with-cdktf-and-go/cdk

# Python
venv/
.venv/
__pycache__/


# JS
node_modules/
Expand All @@ -40,4 +43,7 @@ ai/ai-endpoints/java-langchain4j-chatbot/target/test-classes/com/ovhcloud/exampl

# IDEs
.idea/
.vscode/
.vscode/

# Dot env files
.env

0 comments on commit 59e85f3

Please sign in to comment.