Skip to content

Commit e99de9b

Browse files
author
Anne-Julia Seitz
committed
Add .gitignore and remove public directory
- Add comprehensive .gitignore for Zola projects - Remove public/ directory from version control (will be built by GitHub Actions) - Public directory should not be committed for proper CI/CD workflow
1 parent 1293ad9 commit e99de9b

File tree

1,197 files changed

+22
-57082
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,197 files changed

+22
-57082
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Zola build output
2+
public/
3+
4+
# OS generated files
5+
.DS_Store
6+
.DS_Store?
7+
._*
8+
.Spotlight-V100
9+
.Trashes
10+
ehthumbs.db
11+
Thumbs.db
12+
13+
# Editor files
14+
*.swp
15+
*.swo
16+
*~
17+
.vscode/
18+
.idea/
19+
20+
# Temporary files
21+
*.tmp
22+
*.temp

public/404.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/atom.xml

Lines changed: 0 additions & 2513 deletions
This file was deleted.

public/elasticlunr.min.js

Lines changed: 0 additions & 10 deletions
This file was deleted.
Binary file not shown.

public/events/2012-03-06-e-commerce-systems/index.html

Lines changed: 0 additions & 37 deletions
This file was deleted.
Binary file not shown.

public/events/2012-04-03-pimcore-zend-php54-createjs/index.html

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)