Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / bootstrap_layouts / .gitignore
1
2 # Created by https://www.gitignore.io/api/phpstorm,sublimetext,osx,windows
3
4 ### PhpStorm ###
5 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
6
7 *.iml
8
9 ## Directory-based project format:
10 .idea/
11 # if you remove the above rule, at least ignore the following:
12
13 # User-specific stuff:
14 # .idea/workspace.xml
15 # .idea/tasks.xml
16 # .idea/dictionaries
17 # .idea/shelf
18
19 # Sensitive or high-churn files:
20 # .idea/dataSources.ids
21 # .idea/dataSources.xml
22 # .idea/sqlDataSources.xml
23 # .idea/dynamic.xml
24 # .idea/uiDesigner.xml
25
26 # Gradle:
27 # .idea/gradle.xml
28 # .idea/libraries
29
30 # Mongo Explorer plugin:
31 # .idea/mongoSettings.xml
32
33 ## File-based project format:
34 *.ipr
35 *.iws
36
37 ## Plugin-specific files:
38
39 # IntelliJ
40 /out/
41
42 # mpeltonen/sbt-idea plugin
43 .idea_modules/
44
45 # JIRA plugin
46 atlassian-ide-plugin.xml
47
48 # Crashlytics plugin (for Android Studio and IntelliJ)
49 com_crashlytics_export_strings.xml
50 crashlytics.properties
51 crashlytics-build.properties
52 fabric.properties
53
54
55 ### SublimeText ###
56 # cache files for sublime text
57 *.tmlanguage.cache
58 *.tmPreferences.cache
59 *.stTheme.cache
60
61 # workspace files are user-specific
62 *.sublime-workspace
63
64 # project files should be checked into the repository, unless a significant
65 # proportion of contributors will probably not be using SublimeText
66 # *.sublime-project
67
68 # sftp configuration file
69 sftp-config.json
70
71
72 ### OSX ###
73 .DS_Store
74 .AppleDouble
75 .LSOverride
76
77 # Icon must end with two \r
78 Icon
79
80
81 # Thumbnails
82 ._*
83
84 # Files that might appear in the root of a volume
85 .DocumentRevisions-V100
86 .fseventsd
87 .Spotlight-V100
88 .TemporaryItems
89 .Trashes
90 .VolumeIcon.icns
91
92 # Directories potentially created on remote AFP share
93 .AppleDB
94 .AppleDesktop
95 Network Trash Folder
96 Temporary Items
97 .apdisk
98
99
100 ### Windows ###
101 # Windows image file caches
102 Thumbs.db
103 ehthumbs.db
104
105 # Folder config file
106 Desktop.ini
107
108 # Recycle Bin used on file shares
109 $RECYCLE.BIN/
110
111 # Windows Installer files
112 *.cab
113 *.msi
114 *.msm
115 *.msp
116
117 # Windows shortcuts
118 *.lnk