UNPKG

1.78 kBPlain TextView Raw
1# Created by .gitignore support plugin (hsz.mobi)
2### TortoiseGit template
3# Project-level settings
4/.tgitconfig
5
6
7### Windows template
8# Windows image file caches
9Thumbs.db
10ehthumbs.db
11
12# Folder config file
13Desktop.ini
14
15# Recycle Bin used on file shares
16$RECYCLE.BIN/
17
18# Windows Installer files
19*.cab
20*.msi
21*.msm
22*.msp
23
24# Windows shortcuts
25*.lnk
26
27
28### SublimeText template
29# cache files for sublime text
30*.tmlanguage.cache
31*.tmPreferences.cache
32*.stTheme.cache
33
34# workspace files are user-specific
35*.sublime-workspace
36
37# project files should be checked into the repository, unless a significant
38# proportion of contributors will probably not be using SublimeText
39# *.sublime-project
40
41# sftp configuration file
42sftp-config.json
43
44
45### JetBrains template
46# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
47
48*.iml
49
50## Directory-based project format:
51.idea/
52# if you remove the above rule, at least ignore the following:
53
54# User-specific stuff:
55# .idea/workspace.xml
56# .idea/tasks.xml
57# .idea/dictionaries
58
59# Sensitive or high-churn files:
60# .idea/dataSources.ids
61# .idea/dataSources.xml
62# .idea/sqlDataSources.xml
63# .idea/dynamic.xml
64# .idea/uiDesigner.xml
65
66# Gradle:
67# .idea/gradle.xml
68# .idea/libraries
69
70# Mongo Explorer plugin:
71# .idea/mongoSettings.xml
72
73## File-based project format:
74*.ipr
75*.iws
76
77## Plugin-specific files:
78
79# IntelliJ
80out/
81
82# mpeltonen/sbt-idea plugin
83.idea_modules/
84
85# JIRA plugin
86atlassian-ide-plugin.xml
87
88# Crashlytics plugin (for Android Studio and IntelliJ)
89com_crashlytics_export_strings.xml
90crashlytics.properties
91crashlytics-build.properties
92
93output
94*.orig
95__publish__
96node_modules
97bower_components
98mock/
99pages/public/
100doc/
101dist/
102/.cache-loader/
103/.hmr-cache/
104/.babelrc
105/.postcssrc.js
106!.tuarc
107!.gitignore
108!.editorconfig
109!.gitattributes
110
111
112