repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 143 lines 1.9 kB view raw
1# User-specific stuff 2.idea/ 3 4*.iml 5*.ipr 6*.iws 7 8# IntelliJ 9out/ 10.kotlin/ 11# mpeltonen/sbt-idea plugin 12.idea_modules/ 13 14# Metals 15.bloop/ 16.metals/ 17 18# JIRA plugin 19atlassian-ide-plugin.xml 20 21# Compiled class file 22*.class 23 24# Log file 25*.log 26 27# BlueJ files 28*.ctxt 29 30# Package Files # 31*.jar 32*.war 33*.nar 34*.ear 35*.zip 36*.tar.gz 37*.rar 38*@/ 39**/*@/ 40 41# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml 42hs_err_pid* 43 44*~ 45 46# temporary files which can be created if a process still has a handle open of a deleted file 47.fuse_hidden* 48 49# KDE directory preferences 50.directory 51 52# Linux trash folder which might appear on any partition or disk 53.Trash-* 54 55# .nfs files are created when an open file is removed but is still being accessed 56.nfs* 57 58# General 59.DS_Store 60.AppleDouble 61.LSOverride 62 63# Icon must end with two \r 64Icon 65 66# Thumbnails 67._* 68 69# Files that might appear in the root of a volume 70.DocumentRevisions-V100 71.fseventsd 72.Spotlight-V100 73.TemporaryItems 74.Trashes 75.VolumeIcon.icns 76.com.apple.timemachine.donotpresent 77 78# Directories potentially created on remote AFP share 79.AppleDB 80.AppleDesktop 81Network Trash Folder 82Temporary Items 83.apdisk 84 85# Windows thumbnail cache files 86Thumbs.db 87Thumbs.db:encryptable 88ehthumbs.db 89ehthumbs_vista.db 90 91# Dump file 92*.stackdump 93 94# Folder config file 95[Dd]esktop.ini 96 97# Recycle Bin used on file shares 98$RECYCLE.BIN/ 99 100# Windows Installer files 101*.cab 102*.msi 103*.msix 104*.msm 105*.msp 106 107# Windows shortcuts 108*.lnk 109 110.gradle 111build/ 112build*/ 113!buildSrc/ 114**/src/main/generated 115 116# Ignore Gradle GUI config 117gradle-app.setting 118 119# Cache of project 120.gradletasknamecache 121 122**/build/ 123 124# Common working directory 125run/ 126runs/ 127 128!gradle-wrapper.jar 129!libs/*.jar 130 131# Hexdoc 132*.egg-info 133.hexdoc/ 134.vscode/ 135__pycache__/ 136_site/ 137doc/src/hexdoc_hexic/__version__.py 138doc/src/hexdoc_hexic/__gradle_version__.py 139doc/src/hexdoc_hexic/_export/generated/ 140 141# Chloebuild 142.cb_cache 143.docker_cache/