aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--dashboard/app/.gcloudignore25
2 files changed, 25 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 6f43ef1ae..5b2ccb982 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,9 +19,6 @@ sys/*/gen/*.go
executor/defs.h
executor/syscalls.h
-# produced by gcloud command
-dashboard/app/.gcloudignore
-
# jetbrains goland
.idea
diff --git a/dashboard/app/.gcloudignore b/dashboard/app/.gcloudignore
new file mode 100644
index 000000000..2169daefd
--- /dev/null
+++ b/dashboard/app/.gcloudignore
@@ -0,0 +1,25 @@
+# This file specifies files that are *not* uploaded to Google Cloud
+# using gcloud. It follows the same syntax as .gitignore, with the addition of
+# "#!include" directives (which insert the entries of the given .gitignore-style
+# file at that point).
+#
+# For more information, run:
+# $ gcloud topic gcloudignore
+#
+.gcloudignore
+# If you would like to upload your .git directory, .gitignore file or files
+# from your .gitignore file, remove the corresponding line
+# below:
+.git
+.gitignore
+
+# Binaries for programs and plugins
+*.exe
+*.exe~
+*.dll
+*.so
+*.dylib
+# Test binary, build with `go test -c`
+*.test
+# Output of the go coverage tool, specifically when used with LiteIDE
+*.out \ No newline at end of file