varibale.go 271 B

12345678910
  1. // Copyright 2025 BackendServerTemplate Authors. All rights reserved.
  2. // Use of this source code is governed by a MIT-style
  3. // license that can be found in the LICENSE file.
  4. package global
  5. const (
  6. FileIgnoreExt = ".ignore"
  7. GitIgnoreExtFlag = "*" + FileIgnoreExt
  8. )