Skip to content

Commit e9938cd

Browse files
committed
add gitignore
1 parent 1d8f33d commit e9938cd

File tree

2 files changed

+52
-8
lines changed

2 files changed

+52
-8
lines changed

Diff for: .gitignore

+52
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,55 @@ build
22
composer.lock
33
docs
44
vendor
5+
6+
### JetBrains template
7+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
8+
9+
*.iml
10+
11+
## Directory-based project format:
12+
.idea/
13+
# if you remove the above rule, at least ignore the following:
14+
15+
# User-specific stuff:
16+
# .idea/workspace.xml
17+
# .idea/tasks.xml
18+
# .idea/dictionaries
19+
20+
# Sensitive or high-churn files:
21+
# .idea/dataSources.ids
22+
# .idea/dataSources.xml
23+
# .idea/sqlDataSources.xml
24+
# .idea/dynamic.xml
25+
# .idea/uiDesigner.xml
26+
27+
# Gradle:
28+
# .idea/gradle.xml
29+
# .idea/libraries
30+
31+
# Mongo Explorer plugin:
32+
# .idea/mongoSettings.xml
33+
34+
## File-based project format:
35+
*.ipr
36+
*.iws
37+
38+
## Plugin-specific files:
39+
40+
# IntelliJ
41+
/out/
42+
43+
# mpeltonen/sbt-idea plugin
44+
.idea_modules/
45+
46+
# JIRA plugin
47+
atlassian-ide-plugin.xml
48+
49+
# Crashlytics plugin (for Android Studio and IntelliJ)
50+
com_crashlytics_export_strings.xml
51+
crashlytics.properties
52+
crashlytics-build.properties
53+
54+
55+
# Composer
56+
vendor/

Diff for: .idea/botapi.iml

-8
This file was deleted.

0 commit comments

Comments
 (0)