Files
go-zero/.gitignore
2020-07-26 17:09:05 +08:00

46 lines
591 B
Plaintext

# Ignore all
*
# Unignore all with extensions
!*.*
!**/Dockerfile
# Unignore all dirs
!*/
!api
.idea
**/.DS_Store
**/logs
!vendor/github.com/songtianyi/rrframework/logs
**/*.pem
**/*.prof
**/*.p12
!Makefile
# gitlab ci
.cache
# chatbot
**/production.json
**/*.corpus.json
**/*.txt
**/*.gob
# example
example/**/*.csv
# hera
service/hera/cli/readdata/intergrationtest/data
service/hera/devkit/ch331/data
service/hera/devkit/ch331/ck
service/hera/cli/replaybeat/etc
# goctl
tools/goctl/api/autogen
vendor/*
/service/hera/cli/dboperation/etc/hera.json
# vim auto backup file
*~
!OWNERS