Loading .gitignore 0 → 100644 +29 −0 Original line number Diff line number Diff line # Ignore vim swp files and gedit temp files *.swp *.*~ .vim # eclipse settings files .project .pydevproject .settings .buildpath # netbeans settings files nbproject # Ignore OS settings files .DS_Store* Thumbs.db ehthumbs.db # Ignore files generated by PhpStorm .idea # Ignore files generated by vscode .history # and some random server stuff .bash_history .bashrc errors.log No newline at end of file cookiebot.module +1 −1 Original line number Diff line number Diff line Loading @@ -337,5 +337,5 @@ function cookiebot_variable_info($options){ 'localize' => TRUE, ]; return $variable; return $variables; } Loading
.gitignore 0 → 100644 +29 −0 Original line number Diff line number Diff line # Ignore vim swp files and gedit temp files *.swp *.*~ .vim # eclipse settings files .project .pydevproject .settings .buildpath # netbeans settings files nbproject # Ignore OS settings files .DS_Store* Thumbs.db ehthumbs.db # Ignore files generated by PhpStorm .idea # Ignore files generated by vscode .history # and some random server stuff .bash_history .bashrc errors.log No newline at end of file
cookiebot.module +1 −1 Original line number Diff line number Diff line Loading @@ -337,5 +337,5 @@ function cookiebot_variable_info($options){ 'localize' => TRUE, ]; return $variable; return $variables; }