Skip to content

Commit

Permalink
fix: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Aug 19, 2024
1 parent 8b49af3 commit d731c6d
Showing 1 changed file with 5 additions and 37 deletions.
42 changes: 5 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,6 @@
.DS_Store

# direnv
.envrc

# Compiled Python files
*.pyc

# gcloud
.config/gcloud/

# node_modules
**/**/node_modules

# github copilot
.config/github-copilot/

# nvim submodules
.config/nvim/plugged

# nvim node_modules
.config/coc/extensions/*
!.config/coc/extensions/package.json

# iterm2 config
.config/iterm2/AppSupport

# some jsons
.config/configstore/

# wireshark
.config/wireshark/

# code/settings.json
.config/code/settings.json

# vender
vendor/

.config/
!.config/gh/
!.config/git/
!.config/latex/

0 comments on commit d731c6d

Please sign in to comment.