ts-website/.gitignore

176 lines
3.2 KiB
Plaintext
Raw Permalink Normal View History

2016-06-28 21:18:59 +00:00
config/config.php
prototypes/
admin/
2018-01-26 02:02:24 +00:00
.idea/
cache/
!/cache/.htaccess
2016-06-28 21:18:59 +00:00
# Heroku specific entries
vendor/
.env
2016-09-25 01:50:41 +00:00
2017-10-18 18:39:07 +00:00
# Created by https://www.gitignore.io/api/osx,linux,windows,phpstorm,sublimetext
2016-06-28 21:18:59 +00:00
2017-10-18 18:39:07 +00:00
### Linux ###
*~
2016-06-28 21:18:59 +00:00
2017-10-18 18:39:07 +00:00
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
2016-06-28 21:18:59 +00:00
2017-10-18 18:39:07 +00:00
# KDE directory preferences
.directory
2016-06-28 21:18:59 +00:00
2017-10-18 18:39:07 +00:00
# Linux trash folder which might appear on any partition or disk
.Trash-*
2016-06-28 21:18:59 +00:00
2017-10-18 18:39:07 +00:00
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
2016-06-28 21:18:59 +00:00
### OSX ###
*.DS_Store
.AppleDouble
.LSOverride
2016-09-25 01:50:41 +00:00
# Icon must end with two \r
Icon
2016-06-28 21:18:59 +00:00
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
2017-10-18 18:39:07 +00:00
### PhpStorm ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
2016-06-28 21:18:59 +00:00
2017-10-18 18:39:07 +00:00
# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
2016-06-28 21:18:59 +00:00
2017-10-18 18:39:07 +00:00
# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.xml
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
2016-06-28 21:18:59 +00:00
2017-10-18 18:39:07 +00:00
# Gradle:
.idea/**/gradle.xml
.idea/**/libraries
2016-06-28 21:18:59 +00:00
2017-10-18 18:39:07 +00:00
# CMake
cmake-build-debug/
# Mongo Explorer plugin:
.idea/**/mongoSettings.xml
## File-based project format:
*.iws
## Plugin-specific files:
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Ruby plugin and RubyMine
/.rakeTasks
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
### PhpStorm Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
# Sonarlint plugin
.idea/sonarlint
### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
# sftp configuration file
sftp-config.json
# Package control specific files
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
Package Control.merged-ca-bundle
Package Control.user-ca-bundle
oscrypto-ca-bundle.crt
bh_unicode_properties.cache
# Sublime-github package stores a github token in this file
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings
### Windows ###
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# End of https://www.gitignore.io/api/osx,linux,windows,phpstorm,sublimetext