Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Manh Cao committed Oct 4, 2024
1 parent 0dfb247 commit 65d69b2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
.idea
*

# Allow JavaScript, YAML, and Markdown files
!*.js
!*.yml
!*.yaml
!*.md

# Allow subdirectories to be checked for allowed file types
!*/

node_modules/
.idea/

0 comments on commit 65d69b2

Please sign in to comment.