Merge pull request #10 from GunioRobot/clean
Hi! I cleaned up your code for you!
This commit is contained in:
commit
3c95b6312b
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
# Compiled source #
|
||||||
|
###################
|
||||||
|
*.com
|
||||||
|
*.class
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Numerous always-ignore extensions
|
||||||
|
###################
|
||||||
|
*.diff
|
||||||
|
*.err
|
||||||
|
*.orig
|
||||||
|
*.log
|
||||||
|
*.rej
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*.vi
|
||||||
|
*~
|
||||||
|
|
||||||
|
*.sass-cache
|
||||||
|
# Folders to ignore
|
||||||
|
###################
|
||||||
|
.hg
|
||||||
|
.svn
|
||||||
|
.CVS
|
||||||
|
# OS or Editor folders
|
||||||
|
###################
|
||||||
|
.DS_Store
|
||||||
|
Icon?
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
nbproject
|
||||||
|
.cache
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.tmproj
|
||||||
|
*.esproj
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
# Dreamweaver added files
|
||||||
|
###################
|
||||||
|
_notes
|
||||||
|
dwsync.xml
|
||||||
|
# Komodo
|
||||||
|
###################
|
||||||
|
*.komodoproject
|
||||||
|
.komodotools
|
Loading…
Reference in New Issue
Block a user