Permit to run code in async scope in the OCPP stack
[e-mobility-charging-stations-simulator.git] / src / ui / web / .gitignore
index e710601c5fe09c5065c655efb2c8d384800e184b..4bc4a6b8ddd5600e5dd833dd407130b176ea1beb 100644 (file)
@@ -2,6 +2,20 @@
 node_modules
 /dist
 
+### Git ###
+# Created by git for backups. To disable backups in 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
 
 # local env files
 .env.local