Skip to content

Commit d9ac94f

Browse files
LinggarMGitOps Bot
authored andcommitted
Update README.md
1 parent d1269a0 commit d9ac94f

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

.gitignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,50 @@
1+
# Dependencies
2+
node_modules/
3+
vendor/
4+
5+
# Runtime cache
16
__pycache__/
7+
*.pyc
8+
.venv/
9+
venv/
10+
11+
# Framework cache
12+
.next/
13+
.nuxt/
14+
.output/
15+
.cache/
16+
.parcel-cache/
17+
.turbo/
18+
bootstrap/cache/
19+
storage/framework/cache/
20+
storage/framework/sessions/
21+
storage/framework/views/
22+
23+
# Package manager cache
24+
.yarn/
25+
.pnp.*
26+
.npm/
27+
28+
# IDE / Editor (exclude sftp.json)
29+
/.idea/
30+
/.vscode/*
31+
!/.vscode/sftp.json
32+
*.sublime-workspace
33+
*.sublime-project
34+
/nbproject/
35+
.vs/
36+
*.swp
37+
*.swo
38+
*~
39+
40+
# OS
41+
.DS_Store
42+
Thumbs.db
43+
44+
# Binaries / compiled
45+
*.o
46+
*.a
47+
*.so
48+
*.dylib
49+
*.wasm
50+
*.class

0 commit comments

Comments
 (0)