Skip to content

Commit efc9706

Browse files
committed
Add more ignored artifacts to gitignore
1 parent 50941d1 commit efc9706

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,11 @@ cython_debug/
164164
*.tokens
165165
*.interp
166166
*.g4
167+
168+
node_modules
169+
**/cratedb_sqlparse/**/SqlBaseParserVisitor.*
170+
**/cratedb_sqlparse/**/SqlBaseParserListener.*
171+
172+
node_modules
173+
**/cratedb_sqlparse/**/SqlBaseParserVisitor.*
174+
**/cratedb_sqlparse/**/SqlBaseParserListener.*

0 commit comments

Comments
 (0)