mirror of https://github.com/go-gitea/gitea
parent
6d4172987e
commit
0a7e8327a0
@ -0,0 +1,8 @@ |
||||
# Compiled Scripts |
||||
*.a3x |
||||
|
||||
# Tidy Auto-Generated Backups |
||||
Backup/* |
||||
|
||||
# Au3Stripper Auto-Generated Files |
||||
*_stripped.au3 |
@ -0,0 +1,3 @@ |
||||
build/ |
||||
recovery/ |
||||
BeefSpace_User.toml |
@ -1,49 +1,62 @@ |
||||
# gitignore template for Drupal 8 projects |
||||
# |
||||
# earlier versions of Drupal are tracked in `community/PHP/` |
||||
# |
||||
# follows official upstream conventions: |
||||
# https://www.drupal.org/docs/develop/using-composer |
||||
|
||||
# Ignore configuration files that may contain sensitive information |
||||
/sites/*/*settings*.php |
||||
/sites/*/*services*.yml |
||||
/web/sites/*/*settings*.php |
||||
/web/sites/*/*services*.yml |
||||
|
||||
# Ignore paths that may contain user-generated content |
||||
/sites/*/files |
||||
/sites/*/public |
||||
/sites/*/private |
||||
/sites/*/files-public |
||||
/sites/*/files-private |
||||
/web/sites/*/files |
||||
/web/sites/*/public |
||||
/web/sites/*/private |
||||
/web/sites/*/files-public |
||||
/web/sites/*/files-private |
||||
|
||||
# Ignore paths that may contain temporary files |
||||
/sites/*/translations |
||||
/sites/*/tmp |
||||
/sites/*/cache |
||||
|
||||
# Ignore testing related files |
||||
/sites/simpletest |
||||
/web/sites/*/translations |
||||
/web/sites/*/tmp |
||||
/web/sites/*/cache |
||||
|
||||
# Ignore drupal core (if not versioning drupal sources) |
||||
/core |
||||
/web/vendor |
||||
/web/core |
||||
/web/modules/README.txt |
||||
/web/profiles/README.txt |
||||
/web/sites/development.services.yml |
||||
/web/sites/example.settings.local.php |
||||
/web/sites/example.sites.php |
||||
/web/sites/README.txt |
||||
/web/themes/README.txt |
||||
/web/.csslintrc |
||||
/web/.editorconfig |
||||
/web/.eslintignore |
||||
/web/.eslintrc.json |
||||
/web/.gitattributes |
||||
/web/.htaccess |
||||
/web/.ht.router.php |
||||
/web/autoload.php |
||||
/web/composer.json |
||||
/web/composer.lock |
||||
/web/example.gitignore |
||||
/web/index.php |
||||
/web/INSTALL.txt |
||||
/web/LICENSE.txt |
||||
/web/README.txt |
||||
/web/robots.txt |
||||
/web/update.php |
||||
/web/web.config |
||||
|
||||
# Ignore vendor dependencies and scripts |
||||
/vendor |
||||
/modules/README.txt |
||||
/profiles/README.txt |
||||
/themes/README.txt |
||||
/sites/README.txt |
||||
/sites/example.sites.php |
||||
/sites/example.settings.local.php |
||||
/sites/development.services.yml |
||||
/.csslintrc |
||||
/.editorconfig |
||||
/.eslintignore |
||||
/.eslintrc.json |
||||
/.gitattributes |
||||
/.ht.router.php |
||||
/.htaccess |
||||
/autoload.php |
||||
/example.gitignore |
||||
/index.php |
||||
/INSTALL.txt |
||||
/LICENSE.txt |
||||
/README.txt |
||||
/robots.txt |
||||
/update.php |
||||
/web.config |
||||
/composer.phar |
||||
/composer |
||||
/robo.phar |
||||
/robo |
||||
/drush.phar |
||||
/drush |
||||
/drupal.phar |
||||
/drupal |
||||
|
@ -0,0 +1,45 @@ |
||||
# Ignore Flax project files |
||||
Binaries/ |
||||
Cache/ |
||||
Logs/ |
||||
Output/ |
||||
Screenshots/ |
||||
*.HotReload.* |
||||
|
||||
# Ignore Visual Studio project files (generated locally) |
||||
*.csproj |
||||
*.sln |
||||
|
||||
# Ignore thumbnails created by Windows |
||||
Thumbs.db |
||||
|
||||
# Ignore files built by Visual Studio |
||||
*.obj |
||||
*.exe |
||||
*.pdb |
||||
*.user |
||||
*.aps |
||||
*.pch |
||||
*.vspscc |
||||
*_i.c |
||||
*_p.c |
||||
*.ncb |
||||
*.suo |
||||
*.tlb |
||||
*.tlh |
||||
*.bak |
||||
*.cache |
||||
*.ilk |
||||
*.log |
||||
[Bb]in |
||||
[Dd]ebug*/ |
||||
*.lib |
||||
*.sbr |
||||
obj/ |
||||
[Rr]elease*/ |
||||
_ReSharper*/ |
||||
[Tt]est[Rr]esult* |
||||
.vs/ |
||||
|
||||
# Ignore Nuget packages folder |
||||
packages/ |
@ -0,0 +1,23 @@ |
||||
# Allowlisting gitignore template for GO projects prevents us |
||||
# from adding various unwanted local files, such as generated |
||||
# files, developer configurations or IDE-specific files etc. |
||||
# |
||||
# Recommended: Go.AllowList.gitignore |
||||
|
||||
# Ignore everything |
||||
* |
||||
|
||||
# But not these files... |
||||
!/.gitignore |
||||
|
||||
!*.go |
||||
!go.sum |
||||
!go.mod |
||||
|
||||
!README.md |
||||
!LICENSE |
||||
|
||||
# !Makefile |
||||
|
||||
# ...even if they are in subdirectories |
||||
!*/ |
@ -0,0 +1,2 @@ |
||||
# Syncthing caches |
||||
.stversions |
@ -1,9 +1,12 @@ |
||||
.vscode/* |
||||
.vscode/ |
||||
!.vscode/settings.json |
||||
!.vscode/tasks.json |
||||
!.vscode/launch.json |
||||
!.vscode/extensions.json |
||||
*.code-workspace |
||||
!.vscode/*.code-snippets |
||||
|
||||
# Local History for Visual Studio Code |
||||
.history/ |
||||
|
||||
# Built Visual Studio Code Extensions |
||||
*.vsix |
||||
|
@ -0,0 +1,45 @@ |
||||
# git ignore file for Keil µVision Project |
||||
|
||||
# µVision 5 and µVision 4 Project screen layout file |
||||
*.uvguix.* |
||||
*.uvgui.* |
||||
|
||||
# Listing Files |
||||
*.i |
||||
*.lst |
||||
*.m51 |
||||
*.m66 |
||||
*.map |
||||
|
||||
# Object Files |
||||
*.axf |
||||
*.b[0-2][0-9] |
||||
*.b3[0-1] |
||||
*.bak |
||||
*.build_log.htm |
||||
*.crf |
||||
*.d |
||||
*.dep |
||||
*.elf |
||||
*.htm |
||||
*.iex |
||||
*.lnp |
||||
*.o |
||||
*.obj |
||||
*.sbr |
||||
|
||||
# Firmware Files |
||||
*.bin |
||||
*.h86 |
||||
*.hex |
||||
|
||||
# Build Files |
||||
.bat |
||||
|
||||
# Debugger Files |
||||
.ini |
||||
|
||||
# JLink Files |
||||
JLinkLog.txt |
||||
|
||||
# Other Files |
Loading…
Reference in new issue