Skip to content

Commit 8ae9b58

Browse files
authored
Merge pull request #2 from openSVM/copilot/create-github-pages-site
Launch GitHub Pages site to explore awesome-stargazer repos with 20+ viral UX/UI features
2 parents 3ec2a14 + a713309 commit 8ae9b58

16 files changed

+278513
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Build artifacts
2+
repo-data.json
3+
docs/data-old.json
4+
5+
# Python
6+
__pycache__/
7+
*.py[cod]
8+
*$py.class
9+
*.so
10+
.Python
11+
*.egg-info/
12+
dist/
13+
build/
14+
15+
# OS
16+
.DS_Store
17+
Thumbs.db
18+
19+
# Editor
20+
.vscode/
21+
.idea/
22+
*.swp
23+
*.swo
24+
*~
25+
26+
# Logs
27+
*.log

0 commit comments

Comments
 (0)