-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (57 loc) · 1.12 KB
/
.gitignore
File metadata and controls
62 lines (57 loc) · 1.12 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
53
54
55
56
57
58
59
60
61
62
.settings/
.project
.classpath
target
structr-app/plugins
structr-app/data
structr-app/db*
structr-app/files*
structr-app/changelog*
structr-base/changelog*
structr-app/exchange
structr-app/snapshots
structr-app/sessions
structr-app/scripts
structr-app/logs
structr-app/layouts
structr-app/webapp-data
structr-app/structr.conf
structr-app/structr_hostkey
structr-app/modules
structr-app/jsp
structr-app/log4j.log
structr-app/logDb.dat
structr-app/src/test/javascript/screenshots
structr-app/structr-ui*.pid
structr-app/*.key*
structr-app/src/main/resources/structr/index.html
structr-app/src/test/playwright-ui-tests/*.png*
structr-app/src/test/ui/test-results
structr-app/src/test/playwright-ui-tests/*.env
structr-app/src/test/playwright-ui-tests/screenshots
**/logs
*.diff
**nb-configuration.xml
**nbproject
**nohup.out
**.directory
docs/html
docs/screenshots
*.DS_Store
**nbactions.xml
import-*.log
msg
# IntelliJ specific ignores
.idea
*.iml
# Neo4j files
neo4j
neo4j*/
# Key files
*.pem
*.p12
*license.key*
# actions
**/*.secrets
# files and folders created during test execution
structr-modules/structr-file-access-module/structr_hostkey