forked from OWASP/SecurityShepherd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (42 loc) · 882 Bytes
/
.gitignore
File metadata and controls
51 lines (42 loc) · 882 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
/target/
/.classpath
/.project
/bin/
/.settings/
.settings/
docker/*/*.sql
docker/*/*.sql-esrc
src/main/resources/onelogin.saml.properties
src/main/resources/sso.properties
mobile-modules-list.txt
# Test files
TestDB*.java
TestDB*.class
# Build artifacts
*.class
*.jar
*.war
*.ear
**/target/
# Log files
*.log
# IDE metadata
.metadata/
# OS files
.DS_Store
Thumbs.db
# Working documentation (local notes only)
COMMIT-NOTES.md
CHANGELOG.md
# MobileShepherd challenge solutions and flags (NEVER commit these!)
**/CHALLENGE_SOLUTIONS.txt
**/UPDATED_FLAGS_REFERENCE.txt
**/flag_hash_generator.py
**/updated_flag_generator.py
**/missing_challenges.txt
**/HASH_VALIDATION_UPDATE_SUMMARY.md
**/PROGRESS_TRACKING_GUIDE.md
# Software version audit (internal documentation)
SOFTWARE_VERSIONS_AUDIT.md
# Level creation guide (local reference documentation)
HOW-TO-CREATE-NEW-LEVEL.md