File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ coverage
2525# nyc test coverage
2626.nyc_output
2727
28- # Grunt intermediate storage (http ://gruntjs.com/creating-plugins#storing-task-files)
28+ # Grunt intermediate storage (https ://gruntjs.com/creating-plugins#storing-task-files)
2929.grunt
3030
3131# Bower dependency directory (https://bower.io/)
254254.idea /** /dictionaries
255255.idea /** /shelf
256256
257+ # Generated files
258+ .idea /** /contentModel.xml
259+
257260# Sensitive or high-churn files
258261.idea /** /dataSources /
259262.idea /** /dataSources.ids
@@ -305,6 +308,9 @@ fabric.properties
305308# Editor-based Rest Client
306309.idea /httpRequests
307310
311+ # Android studio 3.1+ serialized cache file
312+ .idea /caches /build_file_checksums.ser
313+
308314# SublimeText rules
309315# Cache files for Sublime Text
310316* .tmlanguage.cache
@@ -464,9 +470,14 @@ cscope.in.out
464470cscope.po.out
465471
466472
467- # Patch & backup files
468- * .patch
473+ * .bak
474+ * .gho
475+ * .ori
469476* .orig
477+ * .tmp
478+ * .orig
479+ * .rej
480+ * .patch
470481* .diff
471482
472483# Pytest profile files
You can’t perform that action at this time.
0 commit comments