From 6355e91799880e523772a021f89c5464bd63b45d Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 3 Aug 2024 21:22:07 -0700 Subject: [PATCH] gitignore (#112) --- .gitignore | 14 -------------- .gitmodules | 1 - .pubignore | 2 +- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 8a811df..864c11b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,22 +3,8 @@ # Files and directories created by pub .dart_tool/ .packages -build/ # If you're building an application, you may want to check-in your pubspec.lock 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 - # test_coverage .coverage diff --git a/.gitmodules b/.gitmodules index 78eb6b7..fbba32f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ - [submodule "test/cases/cts"] path = test/cases/cts url = https://github.com/jsonpath-standard/jsonpath-compliance-test-suite.git diff --git a/.pubignore b/.pubignore index c989fa9..9acc245 100644 --- a/.pubignore +++ b/.pubignore @@ -1 +1 @@ -**/test/cases/cts +test/cases/cts