Skip to content

Commit

Permalink
formatted gitignore to match dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Jun 5, 2024
1 parent fd70220 commit d59b29b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.DS_Store

# Vagrant
.vagrant

# Editor directories and files
**/.DS_Store
.idea
.vscode
*.suo
Expand All @@ -12,13 +8,9 @@
*.sln
*.sw?
*.dir-locals.el

# old, ad-hoc ignores
artifacts
local-artifacts
airgap-scp.sh

# generated
dist/
tmp/
bin/
Expand Down

0 comments on commit d59b29b

Please sign in to comment.