Skip to content

Commit

Permalink
Ignore some folder in sublime.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Nov 13, 2023
1 parent fcecfd6 commit 888b381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oauth2id.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[
{
"path": ".",
"folder_exclude_patterns": [".circleci", ".bundle",".idea","tmp",".capistrano","log","tmp",
"public/assets","coverage","public/packs"],
"folder_exclude_patterns": [".circleci", ".github", ".bundle",".idea","tmp",".capistrano","log","tmp",
"public/assets","coverage","public/packs","node_modules"],
"file_exclude_patterns": ["*.sublime-workspace",".byebug_history",".DS_Store",
"config/credentials.yml.enc", "db/oauth2id_*.sqlite3"]
},
Expand Down

0 comments on commit 888b381

Please sign in to comment.