Skip to content

Commit bbede85

Browse files
authored
Merge pull request #92 from clicksports/updated-gitignore
updated .gitignore
2 parents e282441 + 2ccb446 commit bbede85

File tree

1 file changed

+44
-84
lines changed

1 file changed

+44
-84
lines changed

.gitignore

Lines changed: 44 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
.idea/
12

2-
# Created by https://www.gitignore.io/api/macos,composer,phpstorm
3-
# Edit at https://www.gitignore.io/?templates=macos,composer,phpstorm
3+
4+
# Created by https://www.toptal.com/developers/gitignore/api/windows,macos,linux,composer
5+
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,macos,linux,composer
46

57
### Composer ###
68
composer.phar
@@ -10,6 +12,21 @@ composer.phar
1012
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
1113
# composer.lock
1214

15+
### Linux ###
16+
*~
17+
18+
# temporary files which can be created if a process still has a handle open of a deleted file
19+
.fuse_hidden*
20+
21+
# KDE directory preferences
22+
.directory
23+
24+
# Linux trash folder which might appear on any partition or disk
25+
.Trash-*
26+
27+
# .nfs files are created when an open file is removed but is still being accessed
28+
.nfs*
29+
1330
### macOS ###
1431
# General
1532
.DS_Store
@@ -19,6 +36,7 @@ composer.phar
1936
# Icon must end with two \r
2037
Icon
2138

39+
2240
# Thumbnails
2341
._*
2442

@@ -38,92 +56,34 @@ Network Trash Folder
3856
Temporary Items
3957
.apdisk
4058

41-
### PhpStorm ###
42-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
43-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
44-
45-
# User-specific stuff
46-
.idea/**/workspace.xml
47-
.idea/**/tasks.xml
48-
.idea/**/usage.statistics.xml
49-
.idea/**/dictionaries
50-
.idea/**/shelf
51-
52-
# Generated files
53-
.idea/**/contentModel.xml
54-
55-
# Sensitive or high-churn files
56-
.idea/**/dataSources/
57-
.idea/**/dataSources.ids
58-
.idea/**/dataSources.local.xml
59-
.idea/**/sqlDataSources.xml
60-
.idea/**/dynamic.xml
61-
.idea/**/uiDesigner.xml
62-
.idea/**/dbnavigator.xml
63-
64-
# Gradle
65-
.idea/**/gradle.xml
66-
.idea/**/libraries
67-
68-
# Gradle and Maven with auto-import
69-
# When using Gradle or Maven with auto-import, you should exclude module files,
70-
# since they will be recreated, and may cause churn. Uncomment if using
71-
# auto-import.
72-
# .idea/modules.xml
73-
# .idea/*.iml
74-
# .idea/modules
75-
# *.iml
76-
# *.ipr
77-
78-
# CMake
79-
cmake-build-*/
80-
81-
# Mongo Explorer plugin
82-
.idea/**/mongoSettings.xml
83-
84-
# File-based project format
85-
*.iws
86-
87-
# IntelliJ
88-
out/
89-
90-
# mpeltonen/sbt-idea plugin
91-
.idea_modules/
92-
93-
# JIRA plugin
94-
atlassian-ide-plugin.xml
95-
96-
# Cursive Clojure plugin
97-
.idea/replstate.xml
98-
99-
# Crashlytics plugin (for Android Studio and IntelliJ)
100-
com_crashlytics_export_strings.xml
101-
crashlytics.properties
102-
crashlytics-build.properties
103-
fabric.properties
104-
105-
# Editor-based Rest Client
106-
.idea/httpRequests
59+
### macOS Patch ###
60+
# iCloud generated files
61+
*.icloud
10762

108-
# Android studio 3.1+ serialized cache file
109-
.idea/caches/build_file_checksums.ser
63+
### Windows ###
64+
# Windows thumbnail cache files
65+
Thumbs.db
66+
Thumbs.db:encryptable
67+
ehthumbs.db
68+
ehthumbs_vista.db
11069

111-
### PhpStorm Patch ###
112-
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
70+
# Dump file
71+
*.stackdump
11372

114-
# *.iml
115-
# modules.xml
116-
# .idea/misc.xml
117-
# *.ipr
73+
# Folder config file
74+
[Dd]esktop.ini
11875

119-
# Sonarlint plugin
120-
.idea/**/sonarlint/
76+
# Recycle Bin used on file shares
77+
$RECYCLE.BIN/
12178

122-
# SonarQube Plugin
123-
.idea/**/sonarIssues.xml
79+
# Windows Installer files
80+
*.cab
81+
*.msi
82+
*.msix
83+
*.msm
84+
*.msp
12485

125-
# Markdown Navigator plugin
126-
.idea/**/markdown-navigator.xml
127-
.idea/**/markdown-navigator/
86+
# Windows shortcuts
87+
*.lnk
12888

129-
# End of https://www.gitignore.io/api/macos,composer,phpstorm
89+
# End of https://www.toptal.com/developers/gitignore/api/windows,macos,linux,composer

0 commit comments

Comments
 (0)