Skip to content

Commit

Permalink
fix: ignore new devcontainer files
Browse files Browse the repository at this point in the history
  • Loading branch information
Palid committed Feb 4, 2024
1 parent dad6803 commit 9983511
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\.*
!.gitignore
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ __pycache__

# Is not ignored by default in devcontainers, macs bad
.DS_Store

# Ignore vscode devcontainer files
.vscode-server
.ssh
.gitconfig

0 comments on commit 9983511

Please sign in to comment.