readability/.gitignore
2020-04-07 14:40:28 +08:00

19 lines
150 B
Plaintext

# vscode
.vscode/
# IntelliJ
*.iml
.idea/
# Go Module vgo
go.sum
# Exclude executable file and build folder
build/
# Others
js/*
# OSX
.DS_Store