-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ftpignore
More file actions
60 lines (50 loc) · 649 Bytes
/
Copy path.ftpignore
File metadata and controls
60 lines (50 loc) · 649 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
# Dependencies
node_modules/
server/node_modules/
# Source files (only deploy built files)
src/
server/
tests/
specs/
docs/
# Git
.git/
.github/
.gitignore
# Config files
tsconfig.json
tsconfig.server.json
vite.config.ts
tailwind.config.ts
postcss.config.js
eslint.config.js
playwright.config.ts
jest.config.js
drizzle.config.ts
# Package files
package.json
package-lock.json
# Documentation
*.md
LICENSE
# Environment files
.env
.env.*
# Build tools
electron/
docker-compose.yml
Dockerfile
# Test files
*.spec.ts
*.test.ts
# Editor/IDE
.vscode/
.idea/
*.swp
*.swo
# Other
.husky/
.commitlintrc.json
.prettierrc
.prettierignore
.ftpignore