X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.gitignore;h=9c0c3b6d7c2c4c58b157cee05fc10cd298cdbdc2;hb=88a8773c49da2eb4f93b74a81e04029ea0e4d94e;hp=004ecf4f4dd24639c5164ac00232ea4d4de8c2fe;hpb=e201cde0d9207e00525d97cc20f0857dcff47145;p=lhc%2Fweb%2Fwiklou.git diff --git a/.gitignore b/.gitignore index 004ecf4f4d..9c0c3b6d7c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ # Editors *.kate-swp *~ +\#*# +.#* .*.swp .project cscope.files @@ -14,29 +16,37 @@ cscope.out ## NetBeans nbproject* project.index +## Sublime sublime-* +sftp-config.json # MediaWiki install & usage -cache -images/[0-9a-f] -images/archive -images/deleted -images/lockdir -images/temp -images/thumb +/cache +/docs/js +/images/[0-9a-f] +/images/archive +/images/deleted +/images/lockdir +/images/temp +/images/thumb ## Extension:EasyTimeline -images/timeline -images/tmp -maintenance/.mweval_history -maintenance/.mwsql_history -maintenance/dev/data -AdminSettings.php -LocalSettings.php -StartProfiler.php +/images/timeline +/images/tmp +/maintenance/.mweval_history +/maintenance/.mwsql_history +/maintenance/dev/data +/AdminSettings.php +/LocalSettings.php +/StartProfiler.php # Building & testing node_modules/ +# Composer +/vendor +/composer.lock +/composer.json + # Operating systems ## Mac OS X .DS_Store @@ -49,6 +59,6 @@ Thumbs.db .idea .metadata* .settings -favicon.ico -static* -tags +/favicon.ico +/static* +/tags