-
-
Notifications
You must be signed in to change notification settings - Fork 515
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (50 loc) · 983 Bytes
/
.gitignore
File metadata and controls
56 lines (50 loc) · 983 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
54
55
56
.classpath
contrib/ffmpeg/build
/database
debug.log
.DS_Store
.idea/
libmediainfo.dylib
MediaInfo.dll
MediaInfo64.dll
MediaInfo-License.html
pms.iml
.project
.settings
*.orig
*.sublime-*
Thumbs.db
extras/
target/
win32/
portable/
.vscode/settings.json
/src/main/pascal/ctrlsender/lib/
/src/main/pascal/ctrlsender/backup/
/src/main/pascal/ctrlsender/*.exe
*.eclipse-pmd
/src/main/java/net/pms/Test.java
.recommenders/
.metadata/
.yarn-integrity
# react web client
/react-client/dist/
/react-client/nbproject/
/react-client/node/
/react-client/node_modules/
/react-client/.pnp.*
/react-client/.yarn/
# this is where the compiled client goes after "yarn build"
/src/main/external-resources/web/react-client
# this is where the compiled client goes on "yarn dev"
/web
/nbproject/
/nb-*
/nbactions-*
# Ignore the populated Gon scripts because they contain private info
/gon-config-*
# Playwright test outputs
react-client/test-results/
react-client/tests/*/
ums-testserver.jar
/osx