datafusion-sqlparse/.gitignore
Jay Zhan 8c4d30bb6d
Support DuckDB struct syntax and support list of struct syntax (#1372)
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
2024-08-15 09:02:42 -04:00

20 lines
No EOL
387 B
Text

# Generated by Cargo
# will have compiled files and executables
/target/
/sqlparser_bench/target/
/derive/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# IDEs
.idea
.vscode
*.swp
.DS_store