-
-
Notifications
You must be signed in to change notification settings - Fork 520
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (37 loc) · 770 Bytes
/
.gitignore
File metadata and controls
48 lines (37 loc) · 770 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
## Directory-based project format:
.vscode/
.idea/
.DS_Store
# Environment variables (local and overrides)
.env
.env.local
#Exclude folders
vendor
node_modules
temp
# Locale build artifacts
locale/terms/base
# Uploaded Images
src/Images/Family/*
src/Images/Person/*
# Keep the directories for CI/fresh installs
!src/Images/Family/.gitkeep
!src/Images/Person/.gitkeep
#skins
src/skin/v2/
src/skin/external
# Configuration files with passwords
src/Include/Config.php
orm/propel.php
# Perpl/Propel generated config
src/generated-conf/
src/admin/data/signatures.json
src/ChurchCRM/model/ChurchCRM/Base
src/ChurchCRM/model/ChurchCRM/Map
src/integrityCheck.json
src/logs/*.log
cypress/screenshots
cypress/videos
cypress/downloads
cypress.config.ts
cypress.env.json