forked from serenadeai/serenade
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (40 loc) · 702 Bytes
/
.gitignore
File metadata and controls
42 lines (40 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
**/build/**
**/dist/**
**/gen/**
out
node_modules
__pycache__
VERSION
.DS_Store
.env
.idea
.gradle
.settings
*.log
*.raw
*.swp
*.pyc
*.wav
*.mmdb
*.tcl
*.tar.gz
*.tar.xz
*.vim
.vscode
.project
.classpath
client/static/local
core/lib
core/src/dist/lib
core/src/main/antlr/.antlr
core/src/main/antlr/CommandLexer.g4
core/src/main/antlr/CommandParser.g4
core/src/main/java/core/util/ObjectType.java
core/src/main/java/core/util/ObjectTypeConverter.java
core/src/main/resources/CommandLexer.g4
core/src/main/resources/CommandParser.g4
core/src/main/resources/lexicons
core/src/main/resources/grammars
!client/build/*
!core/src/main/java/core/gen/antlr/antlr4/LexerAdaptor.java
!core/src/dist/bin/run-pro