Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bruteforcesettings.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 11:30:08 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 11:30:08 +0300
commit1527bf4bc77e6500d1ab1c9f4d70481a74013917 (patch)
treed1f809282090780a58c2c057c9b08c99ab61843e
parent28dd0742f847e321c08ea6e6c224c76eb5a9f735 (diff)
Don't ignore js/ and ignore it for translations
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.gitignore3
-rw-r--r--.l10nignore2
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cec25e5..3e438ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
build
node_modules
-js
-.php_cs.cache
+.php-cs-fixer.cache
vendor
diff --git a/.l10nignore b/.l10nignore
new file mode 100644
index 0000000..e505894
--- /dev/null
+++ b/.l10nignore
@@ -0,0 +1,2 @@
+js/
+vendor/ \ No newline at end of file