Skip to content

Commit

Permalink
Standardize gitignore rules for themes and static files related to th…
Browse files Browse the repository at this point in the history
…emes #3380
  • Loading branch information
joemull authored and mauromsl committed Jan 25, 2024
1 parent e1cee82 commit d77d37c
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,15 @@ src/media/profile_images/*
*.swp
.vim/

# gulp
/src/static/OLH/*

src/urls\.txt

src/files/styling/
src/static/OLH
src/utils/management/commands/import_news\.py
src/core/settings/
src/utils/management/commands/redirects\.py
.vscode/**
src/static/mater
ial/
src/texture/**
/src/static/material/**
/src/static/admin/hypothesis/**

*.ipynb

Expand Down Expand Up @@ -137,5 +130,18 @@ src/utils/management/commands/test_command.py

# Emacs backup files
*~

# docker env
\.env

# Themes and subthemes
/src/themes/*
!/src/themes/clean/
!/src/themes/material/
!/src/themes/OLH/

# Static files
/src/static/*
!/src/static/common/
!/src/static/admin/
/src/static/admin/hypothesis/**

0 comments on commit d77d37c

Please sign in to comment.