forked from 3dgen/cppwasm-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (37 loc) · 542 Bytes
/
.gitignore
File metadata and controls
49 lines (37 loc) · 542 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
## Dependency directory
## Commenting this out is preferred by some people, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
# Book build output
_book
# eBook build output
*.epub
*.mobi
#*.pdf
*.o
*.obj
*.exe
# macOS
.DS_Store
*.a
*.lib
*.so
*.dll
*.obj
*.o
a.out
.oracle_jre_usage
# wasm
*.wasm
*.wasm2wat.txt
*.map
book.pdf
book_*.pdf
# emcc
*.out.js
# go
go.mod
go.sum