Pārlūkot izejas kodu

Git: Un-ignore locale directory (#1512)

The whole locale dir was ignored since 4c874e8110df823ed575fec7172a0817a6e5a7db.
Most of the dir is source code, so ignoring just the scriptstrings subdir.

The locale dir is now checked by Black and e9dfbc4eee6fa14af2f0a8a5e1a7c723b34254db (#1513) applied Black there.
Vaclav Petras 4 gadi atpakaļ
vecāks
revīzija
2f51e569b8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -3,7 +3,7 @@
 *.lock
 *.lock
 *.pyc
 *.pyc
 OBJ.*
 OBJ.*
-locale/*
+locale/scriptstrings/*
 bin.*/*
 bin.*/*
 dist.*/*
 dist.*/*
 config.log
 config.log