Skip to content

Commit

Permalink
Update .gitignore to MUGS standard
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Mar 22, 2021
1 parent e57ace7 commit 186188c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# Caches
.precomp/
node_modules/

# Packages
/sdist/
/MUGS-UI-TUI-*

# Backup files
*~

# IDE files
/.idea
*.iml

# Generated files
/*.html
/docs/*.html
/docs/*/*.html
/docs/*/*.dot.svg

0 comments on commit 186188c

Please sign in to comment.