mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Adding gitignore file.
Work on Tims Chat 3.0 has now begun.
This commit is contained in:
commit
1125e42a7e
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# Linux
|
||||||
|
# backup files
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
# thumbnails
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Mac OS X
|
||||||
|
# metadata
|
||||||
|
.DS_Store
|
||||||
|
# thumbnails
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Visual Studio PHP
|
||||||
|
*.sln
|
||||||
|
*.phpproj
|
||||||
|
*.puo
|
||||||
|
*.suo
|
||||||
|
*.cache
|
||||||
|
|
||||||
|
# Netbeans
|
||||||
|
nbproject/
|
||||||
|
catalog.xml
|
||||||
|
nbactions.xml
|
||||||
|
|
||||||
|
# Eclipse
|
||||||
|
.settings/
|
||||||
|
.buildpath
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
|
||||||
|
# SVN
|
||||||
|
# svn folders
|
||||||
|
.svn/
|
||||||
|
|
||||||
|
# PHPStorm
|
||||||
|
.idea/
|
||||||
|
.nameencodings
|
||||||
|
.xmlmisc
|
||||||
|
.xmlmodules
|
||||||
|
.xmlprojectCodeStyle
|
||||||
|
.xmlvcs.xml
|
||||||
|
*.imlworkspace
|
||||||
|
.xml
|
||||||
|
|
||||||
|
# Community Framework
|
||||||
|
# Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted.
|
||||||
|
*.tar
|
||||||
|
*.tar.gz
|
Loading…
Reference in New Issue
Block a user