Replit-Commit-Author: Agent Replit-Commit-Session-Id: f5797e65-2210-4d2e-bf70-278d8a0098c1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 768137b7-5473-49c3-b27e-38dfc1479e0e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/2a2c58da-54a0-4c86-8ad0-3b93439f70de/f5797e65-2210-4d2e-bf70-278d8a0098c1/D15BHvH Replit-Helium-Checkpoint-Created: true
14 lines
180 B
Plaintext
14 lines
180 B
Plaintext
# Ignore everything by default
|
|
/*
|
|
|
|
# Keep this file
|
|
!/.gitignore
|
|
|
|
# Whitelist: pure static site source only
|
|
!/*.html
|
|
!/*.js
|
|
!/*.css
|
|
|
|
# Whitelist: images used by the site
|
|
!/images/
|