Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-09-28 21:33:41 +0300
committerMike Greiling <mike@pixelcog.com>2018-09-28 21:33:41 +0300
commitcb1e4a8abb33a32da9bec300e0259d50fa2afea9 (patch)
treec4fdd4076025bb5b612bc88debab62709c311e5f /vendor/gitignore/Dart.gitignore
parent2a6e33d838caa813e248de6af603201f5addb7eb (diff)
parentd5734de3d60983fcb3d3f3099d47fe9831e453ad (diff)
Merge branch 'master' into 'remove-dropzonejs-rails'
# Conflicts: # Gemfile.lock
Diffstat (limited to 'vendor/gitignore/Dart.gitignore')
-rw-r--r--vendor/gitignore/Dart.gitignore10
1 files changed, 9 insertions, 1 deletions
diff --git a/vendor/gitignore/Dart.gitignore b/vendor/gitignore/Dart.gitignore
index 7bf00e82cc9..dbef116d224 100644
--- a/vendor/gitignore/Dart.gitignore
+++ b/vendor/gitignore/Dart.gitignore
@@ -3,7 +3,6 @@
# Files and directories created by pub
.dart_tool/
.packages
-.pub/
build/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
@@ -11,3 +10,12 @@ pubspec.lock
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
+
+# Avoid committing generated Javascript files:
+*.dart.js
+*.info.json # Produced by the --dump-info flag.
+*.js # When generated by dart2js. Don't specify *.js if your
+ # project includes source files written in JavaScript.
+*.js_
+*.js.deps
+*.js.map