feat(jsqlparser): 首次提交
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Generated by maven
|
||||
/target
|
||||
/build
|
||||
|
||||
# Sphinx Theme related stuff, which shall be downloaded separately
|
||||
/src/site/sphinx/_themes
|
||||
|
||||
# Exclude the Auto-generated Changelog
|
||||
/src/site/sphinx/changelog.rst
|
||||
/src/site/sphinx/javadoc_stable.rst
|
||||
/src/site/sphinx/syntax_stable.rst
|
||||
/src/site/sphinx/javadoc_snapshot.rst
|
||||
/src/site/sphinx/syntax_snapshot.rst
|
||||
|
||||
# Generated by javacc-maven-plugin
|
||||
/bin
|
||||
/src/net
|
||||
|
||||
# Eclipse configuration files
|
||||
/.project
|
||||
/.settings
|
||||
/.classpath
|
||||
|
||||
#IntelliJ
|
||||
/.idea
|
||||
*.iml
|
||||
|
||||
*.jj~
|
||||
*.java~
|
||||
*.yml~
|
||||
/nbproject/
|
||||
|
||||
/.gradle
|
||||
Reference in New Issue
Block a user