forked from data-integrations/google-cloud
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (45 loc) · 634 Bytes
/
.gitignore
File metadata and controls
53 lines (45 loc) · 634 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
43
44
45
46
47
48
49
50
51
52
53
*.class
.*.swp
.beamer
# Package Files #
*.jar
*.war
*.ear
*.versionsBackup
# Intellij Files & Dir #
*.iml
*.ipr
*.iws
atlassian-ide-plugin.xml
out/
.DS_Store
./lib/
.idea
# Gradle Files & Dir #
build/
.gradle/
.stickyStorage
.build/
target/
# Node log
npm-*.log
logs/
# Singlenode and test data files.
/templates/
/data/
/data-fabric-tests/data/
# ANTLR4
/core/gen
*.tokens
DirectivesLexer.java
DirectivesParser.java
DirectivesBaseListener.java
DirectivesBaseVisitor.java
DirectivesListener.java
DirectivesVisitor.java
# generated by docs build
*.py
# Remove release.properties
release.properties
# Remove dev directory.
dev