forked from miso-lims/miso-lims
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (37 loc) · 722 Bytes
/
.gitignore
File metadata and controls
45 lines (37 loc) · 722 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
*.war
*.swp
bin/
log/
logs/
test_file.txt
# Eclipse IDE files and directories.
.classpath
.project
.idea
/*.jar
# Intellij IDE files
*.iml
*.ipr
*.iws
# Maven build directory.
target/
.m2
# Flyway database migration credentials file.
sqlstore/flyway.properties
# Test files
core/test_file.txt
notification-server/metrixDaemon.log
sqlstore/src/test/resources/real-db-test.properties
# Ignore Eclipse Web Standard Tools settings files.
org.eclipse.wst.common.component
org.eclipse.wst.common.project.facet.core.prefs.xml
org.eclipse.wst.common.project.facet.core.xml
org.eclipse.wst.validation.prefs
#Jekyll things
_site/
#Mac artifacts
.DS_Store
# Password files
.miso_db_password
.miso_root_password
.ssl_password