-
Notifications
You must be signed in to change notification settings - Fork 845
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (56 loc) · 863 Bytes
/
.gitignore
File metadata and controls
64 lines (56 loc) · 863 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
57
58
59
60
61
62
63
*~
#*
.#*
*#
*/src/main/java/META-INF/
*/src/main/webapp/META-INF/
*/src/main/*/WEB-INF/lib/
out/
.access_token
.result
.cache
.classpath
.project
.DS_Store
.settings/
*.iml
*.iws
*.ipr
.idea/
cargo-installs/
.metadata/
Servers/
*.swp
*.swo
coverage.ec
.springBeans
.gradle
build/
/classes/
bin
phantomjsdriver.log
statsd/logs
server/logs
uaa/logs
uaa/node_modules
node_modules/
# Docs
uaa/slate/package-lock.json
uaa/slate/node_modules
uaa/slate/node_modules/**/*
uaa/slateCustomizations/source/versionfile
ci/dockerfile/Dockerfile
logs/**
# generated certificates
scripts/certificates/*.key
scripts/certificates/*.crt
scripts/certificates/*.p12
scripts/certificates/tmp/**
# temporary tomcat war file directories
scripts/boot/tomcat/**
# VS Code and Cursor
.cursor/
# AI agent working plans (ephemeral, never committed)
ai/plans/
.ruby-version
.vscode/