Browse Source

* Ignore wasm & javascript files.

Michaël Van Canneyt 1 year ago
parent
commit
bdf1acb84a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1,6 +1,8 @@
 **/*.o
 **/*.o
 **/*.ppu
 **/*.ppu
 **/*.exe
 **/*.exe
+**/*.wasm
+**/*.js
 **/*.bak
 **/*.bak
 **/*.diff
 **/*.diff
 **/*.patch
 **/*.patch