Skip to content
  • Lars Kruse's avatar
    build: do not gitignore "static" directories below the root · 79abc0dd
    Lars Kruse authored
    Every django app may contain a separated "static" directory.  These are
    part of the build process.
    Previously the gitignore entry matched any "static" directory - even in
    sub directories.
    Now it ignores only the "static" directory at the top level.
    79abc0dd