11# Created by .ignore support plugin (hsz.mobi)
2+ # ## macOS template
3+ * .DS_Store
4+ .AppleDouble
5+ .LSOverride
6+
7+ # Icon must end with two \r
8+ Icon
9+
10+
11+ # Thumbnails
12+ ._ *
13+
14+ # Files that might appear in the root of a volume
15+ .DocumentRevisions-V100
16+ .fseventsd
17+ .Spotlight-V100
18+ .TemporaryItems
19+ .Trashes
20+ .VolumeIcon.icns
21+ .com.apple.timemachine.donotpresent
22+
23+ # Directories potentially created on remote AFP share
24+ .AppleDB
25+ .AppleDesktop
26+ Network Trash Folder
27+ Temporary Items
28+ .apdisk
29+ # ## Composer template
30+ composer.phar
31+ /vendor /
32+
33+ # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
34+ # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
35+ composer.lock
36+ # ## Windows template
37+ # Windows thumbnail cache files
38+ Thumbs.db
39+ ehthumbs.db
40+ ehthumbs_vista.db
41+
42+ # Folder config file
43+ Desktop.ini
44+
45+ # Recycle Bin used on file shares
46+ $RECYCLE.BIN /
47+
48+ # Windows Installer files
49+ * .cab
50+ * .msi
51+ * .msm
52+ * .msp
53+
54+ # Windows shortcuts
55+ * .lnk
256# ## JetBrains template
3- # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
4-
5- * .iml
6-
7- # # Directory-based project format:
857.idea /
9- # if you remove the above rule, at least ignore the following:
10-
11- # User-specific stuff:
12- # .idea/workspace.xml
13- # .idea/tasks.xml
14- # .idea/dictionaries
15-
16- # Sensitive or high-churn files:
17- # .idea/dataSources.ids
18- # .idea/dataSources.xml
19- # .idea/sqlDataSources.xml
20- # .idea/dynamic.xml
21- # .idea/uiDesigner.xml
22-
23- # Gradle:
24- # .idea/gradle.xml
25- # .idea/libraries
26-
27- # Mongo Explorer plugin:
28- # .idea/mongoSettings.xml
2958
3059# # File-based project format:
31- * .ipr
3260* .iws
3361
3462# # Plugin-specific files:
@@ -46,33 +74,5 @@ atlassian-ide-plugin.xml
4674com_crashlytics_export_strings.xml
4775crashlytics.properties
4876crashlytics-build.properties
49-
50-
51- # ## Node template
52- # Logs
53- logs
54- * .log
55-
56- # Runtime data
57- pids
58- * .pid
59- * .seed
60-
61- # Directory for instrumented libs generated by jscoverage/JSCover
62- lib-cov
63-
64- # Coverage directory used by tools like istanbul
65- coverage
66-
67- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
68- .grunt
69-
70- # node-waf configuration
71- .lock-wscript
72-
73- # Compiled binary addons (http://nodejs.org/api/addons.html)
74- build /Release
75-
76- # Dependency directory
77- # https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
78- node_modules
77+ fabric.properties
78+ .env
0 commit comments