Skip to content

Commit 8382bf1

Browse files
author
FDB Record Layer Team
committedOct 10, 2018
initial repository commit
0 parents  commit 8382bf1

File tree

548 files changed

+109398
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

548 files changed

+109398
-0
lines changed
 

‎.gitignore

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
*.class
2+
3+
# Package Files #
4+
*.jar
5+
*.war
6+
*.ear
7+
8+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
9+
hs_err_pid*
10+
11+
# Gradle Files #
12+
################
13+
.gradle
14+
.m2
15+
!/gradle/wrapper/gradle-wrapper.jar
16+
17+
# Build output directies
18+
/target
19+
*/target
20+
**/*/build
21+
22+
# IntelliJ specific files/directories
23+
out
24+
*.ipr
25+
*.iws
26+
*.iml
27+
atlassian-ide-plugin.xml
28+
# don't include these .idea files, since they store user-specific data
29+
.idea/workspace.xml
30+
.idea/tasks.xml
31+
.idea/dictionaries/*
32+
.idea/sonarlint*.xml
33+
.idea/sonarlint/**
34+
.idea/inspectionProfiles/
35+
.idea/uiDesigner.xml
36+
# don't include these .idea files, since they are generated by gradle import
37+
.idea/libraries/*
38+
.idea/modules/**
39+
.idea/modules.xml
40+
41+
# Eclipse specific files/directories
42+
.classpath
43+
.project
44+
.settings
45+
.metadata
46+
47+
# NetBeans specific files/directories
48+
.nbattrs
49+
50+
protogen/
51+
/protogen/
52+
*/protogen/*
53+
54+
*.orig
55+
/.classpath*
56+
/.idea_build
57+
.out
58+
.dist/
59+
60+
# Temporary files.
61+
.tmp
62+
*.swp
63+
64+
# Local FDB settings
65+
fdb-environment.properties

‎.idea/checkstyle-idea.xml

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.