Skip to content

Commit

Permalink
fix: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-koontz committed Apr 22, 2024
1 parent c783737 commit 8a1f214
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/out/

# production
/build
build/

# misc
.DS_Store
Expand All @@ -41,6 +41,14 @@ next-env.d.ts
.vscode/*
!.vscode/extensions.json

# Kubernetes / DevOps Nirvana
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

# Kubernetes / Gitlab CI Automation / Helm
requirements.lock
deployment/*/deployment/*/charts
deployment/*/charts

0 comments on commit 8a1f214

Please sign in to comment.