FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
server/.gitignore at develop · LabKey/server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
LabKey
/
server
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
6
Code
Issues
0
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
server
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
64 lines (57 loc) · 1.29 KB
Breadcrumbs
server
/
.gitignore
Copy path
File metadata and controls
64 lines (57 loc) · 1.29 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
54
55
56
57
58
59
60
61
62
63
64
#
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
/
clientAPIs
/
*
!
clientAPIs
/
README.md
#
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
#
AI files
.claude
/
settings.local.json
.claude
/
hooks
/
*
.log
.playwright-mcp
/
.vscode
/
#
Python bytecode
__pycache__
/
*
.pyc
Back
|
FazBrowse Home
|
New Git URL