Initial open source release
This commit is contained in:
commit
74992e893f
377 changed files with 118084 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Go build artifacts
|
||||
/bin/
|
||||
*.exe
|
||||
*.test
|
||||
*.out
|
||||
coverage.*
|
||||
|
||||
# 本地环境 / 密钥(server RSA private key 必须持久化,但禁止入库)
|
||||
*.local
|
||||
*.pem
|
||||
*.key
|
||||
/secrets/
|
||||
/data/*
|
||||
!/data/langpack/
|
||||
!/data/langpack/**
|
||||
logs/
|
||||
.gocache/
|
||||
.tdesktop-e2e/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
Loading…
Add table
Add a link
Reference in a new issue