forked from wevote/weconnect-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (55 loc) · 854 Bytes
/
.gitignore
File metadata and controls
66 lines (55 loc) · 854 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
64
65
66
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.swp
.env
pids
logs
results
tmp
# SSL Certificates
/cert/**
wevotedeveloper.com.crt
wevotedeveloper.com_key.txt
# Optional npm cache directory
.npm
#Build
public/css/main.css
.nyc_output/*
# Ignore all files in prisma/migrations except migration_lock.toml
prisma/migrations/*
!prisma/migrations/migration_lock.toml
!prisma/migrations/*_production2025/
!prisma/migrations/*_production2025/**
# API keys and secrets
.env
.env.config
# Dependency directory
git_commit_hash
node_modules
bower_components
# Editors
.idea
.vscode
*.iml
modules.xml
*.ipr
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# OS metadata
.DS_Store
Thumbs.db
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent