forked from Sage-Bionetworks/SynapseWebClient
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
40 lines (34 loc) · 738 Bytes
/
.gitignore
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
target
.maven
/.classpath
/.project
/.settings
/.gwt
gwt-unitCache/
war/
.DS_Store
extras/
/.externalToolBuilders/
/.sass-cache/
.idea/*
src/main/main.iml
src/test/test.iml
# We use a maven plugin to download node and required modules.
# Since these are retrieved at build-time, no need to commit.
node/*
node_modules/*
# We copy these files to the webapp folder to serve this folder in Eclipse (dev builds only)
# We don't want to commit them because they are compiled or retrieved at build-time
src/main/webapp/generated/*
src/main/webapp/fonts/*
# If using jenv for JDK management
/.java-version
# Playwright
/test-results/
/playwright-report/
/playwright/.cache/
/playwright/.auth/
/blob-report/
/all-blob-reports/
# dotenv
.env