| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- # Gradle
- build
- .gradle
- testdata/
- # Java gitignore #
- .class
- .log
- # Package Files #
- *.war
- *.ear
- #hsf files
- configuration
- # maven gitignore#
- target/**
- .svn/
- # intelliJ.gitignore #
- .idea
- *.iml
- *.ipr
- *.iws
- # Eclipse git ignore#
- *.pydevproject
- .project
- .metadata
- bin/**
- */bin/**
- tmp/**
- tmp/**/*
- configuration/**
- *.tmp
- *.bak
- *.orig
- *.swp
- *~.nib
- .classpath
- .settings/
- .loadpath
- .fileTable*
- .cache
- # External tool builders
- .externalToolBuilders/
- # Locally stored "Eclipse launch configurations"
- *.launch
- # CDT-specific
- .cproject
- # PDT-specific
- .buildpath
- #log
- *.log
- *.log.*
- # Windows Thumbs.db
- *.db
- # OSX
- .DS_Store
- # sass gitignore#
- .sass-cache
- .idea
- # tcc_coverage
- coverage.ec
- config.client.*
- temp/
- *.pid
- *.orig
- hsf.configuration/
- # code coverage report
- *.ec
- #hsf test
- *.instance
- out
- !/p3c-idea/src/main/kotlin/com/alibaba/smartfox/work/tools/aone/ui/AoneBranchView.kt
|