1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:22:22 +00:00
2021-12-31 10:16:57 +08:00

41 lines
476 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
# ide
.idea/