mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-01-12 00:10:01 +00:00
37 lines
461 B
Plaintext
37 lines
461 B
Plaintext
# 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
|
|
|
|
# Delve
|
|
debug
|