summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-05-16gitignore `config/runtime.exs`Alex Gleason
2021-02-24Vi and emacs temp filesMark Felder
2021-01-10Add development sectionIlja
* I cretaed a folder 'development' * I split up the file dev.md into three parts and moved it to this folder * index.md * authentication_authorization.md * mrf.md * I also moved ap_extensions.md * I created a new file setting_up_pleroma_dev.md
2020-12-23Add test/instance to .gitignoreMark Felder
2020-10-15added generated `pleroma.env`Maksim Pechnikov
2020-08-10Revert "Merge branch 'issue/1023' into 'develop'"lain
This reverts merge request !2763
2020-07-14added generated `pleroma.env`Maksim Pechnikov
2020-07-10Support Exiftool for stripping EXIF dataMark Felder
We really only want to strip location data anyway, and mogrify strips color profiles.
2020-03-01ActivityPub actions & side-effects in transactionAlexander Strizhakov
2019-09-16Revert "Merge branch 'revert-4fabf83a' into 'develop'"Egor Kislitsyn
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8.
2019-09-16Revert "Merge branch 'streamer-refactoring' into 'develop'"kaniini
This reverts merge request !1653
2019-09-16Streamer refactoringSteven Fuchs
2019-09-13don't track generated_config.mdAlex S
2019-05-09Prevent committing code coverage results to the repoMark Felder
2019-05-04Merge remote-tracking branch 'origin/develop' into feature/bbslain
2019-04-28fix issues with the uploads directoryxse
2019-04-01add docs folder to gitignoreAlex S
ref #770
2019-03-31BBS: Add documentation.lain
2019-02-05ARGLE GARBLEwitches.live
Update .gitignore
2018-12-17Instance/Static runtime plughref
This allows to set-up an arbitrary directory which overrides most of the static files: index.html static/ emoji/ packs/ sounds/ images/ instance/ favicon.png. If the files are not present in the directory, the bundled ones in priv/static will be used.
2018-11-30reverse proxy / uploadshref
2018-06-07Fix follow errorsRachel H
2018-04-24Add common files to gitignoreRachel H
2018-04-19Ignore setup_db.psql and ignore a folder for custom emojisDominik V. Salonen
Wiki page should also be updated to recommend that admins put their custom emojis in /priv/static/emoji/custom/. This both makes for less hassle when doing a pull. And also prevents more mess in the /priv/static/emoji/ folder.
2017-03-30Ignore uploads.Roger Braun
2017-03-17Phoenix skeletonRoger Braun