diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,21 @@ +### Git ### + +# Created by git for backups. To disable backups in Git: +.git/ + +# $ git config --global mergetool.keepBackup false +*.orig + +# Created by git when using merge tools for conflicts +*.BACKUP.* +*.BASE.* +*.LOCAL.* +*.REMOTE.* +*_BACKUP_*.txt +*_BASE_*.txt +*_LOCAL_*.txt +*_REMOTE_*.txt + ### Linux ### *~ @@ -176,3 +194,8 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +### Project ### + +# Resulting code +/*.js |