# ---> SlickEdit # SlickEdit workspace and project files are ignored by default because # typically they are considered to be developer-specific and not part of a # project. *.vpw *.vpj # SlickEdit workspace history and tag files always contain user-specific # data so they should not be stored in a repository. *.vpwhistu *.vpwhist *.vtg # ---> SketchUp *.skb # ---> Stella # Atari 2600 (Stella) support for multiple assemblers # - DASM # - CC65 # Assembled binaries and object directories obj/ a.out *.bin *.a26 # Add in special Atari 7800-based binaries for good measure *.a78 # ---> SugarCRM ## SugarCRM # Ignore custom .htaccess stuff. /.htaccess # Ignore the cache directory completely. # This will break the current behaviour. Which was often leading to # the misuse of the repository as backup replacement. # For development the cache directory can be safely ignored and # therefore it is ignored. /cache/ !/cache/index.html # Ignore some files and directories from the custom directory. /custom/history/ /custom/modulebuilder/ /custom/working/ /custom/modules/*/Ext/ /custom/application/Ext/ # Custom configuration should also be ignored. /config.php /config_override.php # The silent upgrade scripts aren't needed. /silentUpgrade*.php # Logs files can safely be ignored. *.log # Ignore the new upload directories. /upload/ !/upload/index.html /upload_backup/ # ---> Stata # .gitignore file for git projects containing Stata files # Commercial statistical software: http://www.stata.com # Stata dataset and output files *.dta *.gph *.log *.smcl *.stpr *.stsem # Graphic export files from Stata # Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf # # You may add graphic export files to your .gitignore. However you should be # aware that this will exclude all image files from this main directory # and subdirectories. # *.ps # *.eps # *.wmf # *.emf # *.pdf # *.png # *.tif # ---> Swift # Xcode # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore ## Build generated build/ DerivedData/ ## Various settings *.pbxuser !default.pbxuser *.mode1v3 !default.mode1v3 *.mode2v3 !default.mode2v3 *.perspectivev3 !default.perspectivev3 xcuserdata/ ## Other *.moved-aside *.xccheckout *.xcscmblueprint ## Obj-C/Swift specific *.hmap *.ipa *.dSYM.zip *.dSYM ## Playgrounds timeline.xctimeline playground.xcworkspace # Swift Package Manager # # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. # Packages/ # Package.pins .build/ # CocoaPods # # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # # Pods/ # Carthage # # Add this line if you want to avoid checking in source code from Carthage dependencies. # Carthage/Checkouts Carthage/Build # fastlane # # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the # screenshots whenever they are needed. # For more information about the recommended setup visit: # https://docs.fastlane.tools/best-practices/source-control/#source-control fastlane/report.xml fastlane/Preview.html fastlane/screenshots fastlane/test_output # ---> SymphonyCMS manifest/cache/ manifest/logs/ manifest/tmp/ symphony/ workspace/uploads/ install-log.txt # ---> SeamGen /bootstrap/data /bootstrap/tmp /classes/ /dist/ /exploded-archives/ /test-build/ /test-output/ /test-report/ /target/ temp-testng-customsuite.xml # based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments #/classes/ all class files #/dist/ contains generated war files for deployment #/exploded-archives/ war content generation during deploy (or explode) #/test-build/ test compilation (ant target for Seam) #/test-output/ test results #/test-report/ test report generation for, e.g., Hudson #/target/ maven output folder #temp-testng-customsuite.xml generated when running test cases under Eclipse # Thanks to @VonC and @kraftan for their helpful answers on a related question # on StackOverflow.com: # http://stackoverflow.com/questions/4176687 # /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects # ---> Smalltalk # changes file *.changes # system image *.image # Pharo Smalltalk Debug log file PharoDebug.log # Squeak Smalltalk Debug log file SqueakDebug.log # Monticello package cache /package-cache # Metacello-github cache /github-cache github-*.zip # ---> Symfony # Cache and logs (Symfony2) /app/cache/* /app/logs/* !app/cache/.gitkeep !app/logs/.gitkeep # Email spool folder /app/spool/* # Cache, session files and logs (Symfony3) /var/cache/* /var/logs/* /var/sessions/* !var/cache/.gitkeep !var/logs/.gitkeep !var/sessions/.gitkeep # Parameters /app/config/parameters.yml /app/config/parameters.ini # Managed by Composer /app/bootstrap.php.cache /var/bootstrap.php.cache /bin/* !bin/console !bin/symfony_requirements # Assets and user uploads /web/bundles/ /web/uploads/ # PHPUnit /app/phpunit.xml /phpunit.xml # Build data /build/ # Backup entities generated with doctrine:generate:entities command **/Entity/*~ # ---> Sdcc # SDCC stuff *.lnk *.lst *.map *.mem *.rel *.rst *.sym # ---> Scrivener /Files/binder.autosave /Files/binder.backup /Files/search.indexes /Files/user.lock /Files/Docs/docs.checksum /QuickLook/ /Settings/ui.plist # ---> Scheme *.ss~ *.ss#* .#*.ss *.scm~ *.scm#* .#*.scm # ---> Sass .sass-cache/ *.css.map