Browse Source

Remove composer.lock from git

Yannick Warnier 10 years ago
parent
commit
31b8c3096e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

@@ -42,11 +42,18 @@ searchdb/*
 *.orig
 nbproject/*
 
+# Plugins config files
 plugin/bbb/config.vm.php
 
+# Cron temp files
 main/cron/incoming/*
+
+# Stuff updated through composer
+composer.lock
 vendor
 web/assets/*
+
+# Data directory (new directory for archive/)
 data/*
 !data/index.html
 data/badges/*