-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (39 loc) · 746 Bytes
/
Copy path.gitignore
File metadata and controls
48 lines (39 loc) · 746 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
/api/src/main/resources/ui/
*.versionsBackup
# Maven #
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# OSX metadata
**/.DS_Store
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### Cursor ###
# Cursor plans directory - contains development plans and notes
.plans
.cursor/plans
### Local nodejs downloaded for frontend-maven-plugin
ui/node
osmt*.env
# Testing ENV
# Created at runtime
/test/**/*.postman_collection.json
/test/postman/osmt-auth.environment.json
/test/postman/token.env
/test/node_modules
**/target/
.m2-cache
.m2
task-logs-*