Skip to content

Commit

Permalink
gitignore (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored Aug 4, 2024
1 parent 3f77e03 commit 6355e91
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[submodule "test/cases/cts"]
path = test/cases/cts
url = https://github.com/jsonpath-standard/jsonpath-compliance-test-suite.git
2 changes: 1 addition & 1 deletion .pubignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**/test/cases/cts
test/cases/cts

0 comments on commit 6355e91

Please sign in to comment.