File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ coverage
25
25
# nyc test coverage
26
26
.nyc_output
27
27
28
- # Grunt intermediate storage (http ://gruntjs.com/creating-plugins#storing-task-files)
28
+ # Grunt intermediate storage (https ://gruntjs.com/creating-plugins#storing-task-files)
29
29
.grunt
30
30
31
31
# Bower dependency directory (https://bower.io/)
254
254
.idea /** /dictionaries
255
255
.idea /** /shelf
256
256
257
+ # Generated files
258
+ .idea /** /contentModel.xml
259
+
257
260
# Sensitive or high-churn files
258
261
.idea /** /dataSources /
259
262
.idea /** /dataSources.ids
@@ -305,6 +308,9 @@ fabric.properties
305
308
# Editor-based Rest Client
306
309
.idea /httpRequests
307
310
311
+ # Android studio 3.1+ serialized cache file
312
+ .idea /caches /build_file_checksums.ser
313
+
308
314
# SublimeText rules
309
315
# Cache files for Sublime Text
310
316
* .tmlanguage.cache
@@ -464,9 +470,14 @@ cscope.in.out
464
470
cscope.po.out
465
471
466
472
467
- # Patch & backup files
468
- * .patch
473
+ * .bak
474
+ * .gho
475
+ * .ori
469
476
* .orig
477
+ * .tmp
478
+ * .orig
479
+ * .rej
480
+ * .patch
470
481
* .diff
471
482
472
483
# Pytest profile files
You can’t perform that action at this time.
0 commit comments