From 2f798bd4e93d3c50bab9d232ab99c127a9ae3227 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Fri, 3 May 2024 03:22:45 -0700 Subject: [PATCH] ignore --- clients/js/.gitignore | 44 ------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/clients/js/.gitignore b/clients/js/.gitignore index 7cfd4c3c..dd921139 100644 --- a/clients/js/.gitignore +++ b/clients/js/.gitignore @@ -1,47 +1,3 @@ -# General files for the project -pkg/* -*.pyc -bin/* -**bin/ -.project -/.bin -/_test/secrets/*.json -build/ - -# OSX leaves these everywhere on SMB shares -._* - -# OSX trash -.DS_Store - -# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA -.idea/ -*.iml -.ijwb/ - -# Vscode files -.vscode - -# Emacs save files -*~ -\#*\# -.\#* - -# Vim-related files -[._]*.s[a-w][a-z] -[._]s[a-w][a-z] -*.un~ -Session.vim -.netrwhist - -# Chart dependencies -**/charts/*.tgz - -.history - -# Ignore docs site created -**/site/ - **/node_modules/ **/.DS_Store **/dist