In Python, we can use single-line comments by placing the hash symbol (#) at the start of a line. This tells the interpreter to ignore everything on that line, making it a great way to add notes or reminders about what our code is doing. For example, we might use single-line comme...
Note: languages which map to the same file extension (for example: MATLAB/Mathematica/Objective-C/MUMPS/Mercury; Pascal/PHP; Lisp/OpenCL; Lisp/Julia; Perl/Prolog) will be ignored as these require additional processing that is not expressed in language definition files. Use --read-lang-def to...
.vscode/ (Code VS) .idea/ (IDE JetBrains) .project.settings/ (Eclipse) Journaux et fichiers temporaires: Les journaux, les caches et les fichiers temporaires doivent être ignorés pour éviter tout encombrement inutile : *.log, npm-debug.log*, yarn-debug.log*, yarn-error.log* (Logs...
b/.gitignore @@ -0,0 +1,20 @@ +.DS_Store +node_modules + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw...
--force-lang-def=<file> Load language processing filters from <file>, then use these filters instead of the built-in filters. Note: languages which map to the same file extension (for example: MATLAB/Mathematica/Objective-C/MUMPS/Mercury; Pascal/PHP; Lisp/OpenCL; Lisp/Julia; Perl/Prolog)...
--unix Override the operating system autodetection logic and run in UNIX mode. See also --windows, --show-os. --use-sloccount If SLOCCount is installed, use its compiled executables c_count, java_count, pascal_count, php_count, and xml_count instead of cloc's counters. SLOCCount's ...
--force-lang-def=<file> Load language processing filters from <file>, then use these filters instead of the built-in filters. Note: languages which map to the same file extension (for example: MATLAB/Mathematica/Objective-C/MUMPS/Mercury; Pascal/PHP; Lisp/OpenCL; Lisp/Julia; Perl/Prolog)...
--force-lang-def=<file> Load language processing filters from <file>, then use these filters instead of the built-in filters. Note: languages which map to the same file extension (for example: MATLAB/Mathematica/Objective-C/MUMPS/Mercury; Pascal/PHP; Lisp/OpenCL; Lisp/Julia; Perl/Prolog)...
--unix Override the operating system autodetection logic and run in UNIX mode. See also --windows, --show-os. --use-sloccount If SLOCCount is installed, use its compiled executables c_count, java_count, pascal_count, php_count, and xml_count instead of cloc's counters. SLOCCount's ...
"vscode", "TERM_PROGRAM_VERSION": "1.41.0-insider", "LANG": "en_US.UTF-8", "COLORTERM": "truecolor", "TERM": "xterm-256color", "LC_CTYPE": "en_US.UTF-8", "_": "/usr/local/bin/lessc" }, "userLimits": { "core_file_size_blocks": { "soft": 0, "hard": "unlimited...