-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (47 loc) · 1.13 KB
/
.gitignore
File metadata and controls
52 lines (47 loc) · 1.13 KB
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
# Ignore user-providde files
.envrc
# Ignore build generated files
.gradle/
.node/
build/
enlistment.properties
server/config.properties
#IntelliJ build output directory
server/bootstrap/out/
dist/
external/
# Ignore other common repository locations
distributions/
labkey-api-*/
labkey-ui-components/
remoteapi/
server/modules/
server/testAutomation/
tools/
# Include the remoteapi README -- this line will override previous exclusion
!remoteapi/README.md
# Include the modules README.md file -- this line will override previous exclusion
!server/modules/README.md
# Ignore parts of the .idea dir
.idea/libraries/
.idea/modules/
.idea/shelf
.idea/.gitignore
.idea/jarRepositories.xml
.idea/jsLibraryMappings.xml
.idea/modules.xml
.idea/workspace.xml
.idea/dataSources/
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/.name
# Files installed from templates
.idea/runConfigurations/LabKey_Dev.xml
.idea/runConfigurations/LabKey_Production.xml
.idea/runConfigurations/LabKeyEmbedded_Dev.xml
.idea/runConfigurations/Spring_Boot_LabKey_Embedded_Tomcat_Dev.xml
.idea/gradle.xml
.idea/compiler.xml
.idea/misc.xml
.idea/vcs.xml
.idea/sqldialects.xml