unofficial_jisho_api_dart/.gitignore

14 lines
298 B
Plaintext
Raw Normal View History

2020-03-08 21:11:32 +01:00
# Files and directories created by pub
.dart_tool/
.packages
# Remove the following pattern if you wish to check in your lock file
pubspec.lock
# Conventional directory for build outputs
build/
# Directory created by dartdoc
doc/api/
2020-04-21 22:36:26 +02:00
# File for running and testing independent code
testfile.dart