Преглед изворни кода

ignore dashboard in air.toml

Alexander Belanger пре 5 година
родитељ
комит
e71b846b93
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .air.toml

+ 1 - 1
.air.toml

@@ -15,7 +15,7 @@ full_bin = "tmp/migrate; tmp/app"
 # Watch these filename extensions.
 # Watch these filename extensions.
 include_ext = ["go", "mod", "sum", "html"]
 include_ext = ["go", "mod", "sum", "html"]
 # Ignore these filename extensions or directories.
 # Ignore these filename extensions or directories.
-exclude_dir = ["tmp"]
+exclude_dir = ["tmp", "dashboard"]
 # Watch these directories if you specified.
 # Watch these directories if you specified.
 include_dir = []
 include_dir = []
 # Exclude files.
 # Exclude files.